[PATCH] D89980: [hip] Remove kernel argument coercion.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 12:54:42 PDT 2020
hliao created this revision.
hliao added reviewers: arsenm, tra, rjmccall, yaxunl.
Herald added subscribers: cfe-commits, kerbowa, nhaehnle, jvesely.
Herald added a project: clang.
hliao requested review of this revision.
Herald added a subscriber: wdng.
- If an aggregate argument is indirectly accessed within kernels, direct passing results in unpromotable `alloca`, which degrade performance significantly. In additon, with the enhanced backend and the improved AA, kernel argument coercion is no longer required.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89980
Files:
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89980.300084.patch
Type: text/x-patch
Size: 8874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201022/6c5105ad/attachment.bin>
More information about the cfe-commits
mailing list