Branch: refs/heads/main
Revision: 703ea62
Author: stonea
Link: Add gpu test using associative domain. by stonea · Pull Request #20058 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20058 from stonea/gpu_useAssociativeDomainTest
Add gpu test using associative domain.
We don't expect a kernel launch but previously this would generate an error:
Unresolved extern function '_ZL16c_pointer_returnPv.
With this PR: #20053 we no longer have this problem.
[Reviewed by @e-kayrakli]
Modified Files:
A test/gpu/native/useAssociativeDomain.chpl
A test/gpu/native/useAssociativeDomain.good
Compare: https://github.com/chapel-lang/chapel/compare/97568515d452...703ea62896b2