[PATCH] D89980: [hip] Remove the coercion on aggregate kernel arguments.
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 11:25:18 PST 2020
arsenm added inline comments.
================
Comment at: clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu:55
struct S {
int *x;
----------------
Should also have a case with a single element struct, which will be treated like a scalar
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89980/new/
https://reviews.llvm.org/D89980
More information about the cfe-commits
mailing list