[PATCH] D125970: [amdgpu] Add amdgpu_kernel calling conv attribute to clang
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 19 12:39:46 PDT 2022
yaxunl added a comment.
need a codegen test to make sure amdgpu_kernel ABI is used in C/C++ for functions with this attribute. https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu#L64 may be used as an example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125970/new/
https://reviews.llvm.org/D125970
More information about the cfe-commits
mailing list