[PATCH] D77583: [hip] Remove `hip_pinned_shadow`.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 13:37:47 PDT 2020
hliao created this revision.
hliao added a reviewer: yaxunl.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
- 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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77583
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Driver/ToolChains/HIP.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/AST/ast-dump-hip-pinned-shadow.cu
clang/test/Driver/hip-toolchain-no-rdc.hip
clang/test/Driver/hip-toolchain-rdc.hip
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/SemaCUDA/hip-pinned-shadow.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77583.255459.patch
Type: text/x-patch
Size: 13550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200406/2a2df7f6/attachment-0001.bin>
More information about the cfe-commits
mailing list