[all-commits] [llvm/llvm-project] c97be2: [hip] Remove `hip_pinned_shadow`.
darkbuck via All-commits
all-commits at lists.llvm.org
Tue Apr 7 06:51:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c97be2c377852fad7eb38409aae5692fa417e49b
https://github.com/llvm/llvm-project/commit/c97be2c377852fad7eb38409aae5692fa417e49b
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Driver/ToolChains/HIP.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
R clang/test/AST/ast-dump-hip-pinned-shadow.cu
M clang/test/Driver/hip-toolchain-no-rdc.hip
M clang/test/Driver/hip-toolchain-rdc.hip
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
R clang/test/SemaCUDA/hip-pinned-shadow.cu
Log Message:
-----------
[hip] Remove `hip_pinned_shadow`.
Summary:
- Use `device_builtin_surface` and `device_builtin_texture` for
surface/texture reference support. So far, both the host and device
use the same reference type, which could be revised later when
interface/implementation is stablized.
Reviewers: yaxunl
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77583
More information about the All-commits
mailing list