[PATCH] D89980: [hip] Remove the coercion on aggregate kernel arguments.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 13:55:00 PST 2020
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu:55
struct S {
int *x;
----------------
arsenm wrote:
> Should also have a case with a single element struct, which will be treated like a scalar
in test kernel8
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