Branch: refs/heads/main
Revision: 589cfb2
Author: e-kayrakli
Link: Handle tuple primitives correctly in the GPU outliner by e-kayrakli · Pull Request #19721 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19721 from e-kayrakli/gpu-tuple
Handle tuple primitives correctly in the GPU outliner
This PR allows tuples to be used in GPU kernels.
This is done by handling SVEC
primitives in the outliner similarly
to the other member primitives.
[Reviewed by @daviditen]
Test:
-
[x] gpu/native
Modified Files:
A test/gpu/native/tuple.chpl
A test/gpu/native/tuple.good
M compiler/optimizations/gpuTransforms.cppCompare: Comparing cd8b280fd8f3...589cfb2b01d4 · chapel-lang/chapel · GitHub