[PATCH] D140643: AMDGPU: Remove invalid testcase for enqueue kernel
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 11:32:13 PST 2023
rampitec added a comment.
It seems to remove the test when a caller is in a called function, because the called function is a kernel. But should it be an another function it shall be valid, yet I do not see such test. This is in fact what it would become after kernel call lowering. It seems worth to add such test with a non-kernel caller.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140643/new/
https://reviews.llvm.org/D140643
More information about the llvm-commits
mailing list