RAJA
RAJA copied to clipboard
Fix and activate vectorization tests with forall.
Summary
- This PR is a bugfix
- It does the following:
- Activates
vector
tests intensor
directory - Fixes test indices with
forall
policy
- Activates
@rchen20 a bunch of tests are failing for gitlab cuda builds.
Hello @ajkunen, were the vector min_n()
and max_n()
functions meant to be run from the host? E.g. https://github.com/LLNL/RAJA/pull/1289/files#diff-86f4ee9832658f6f7d056f45bb84ef9d4e11673334eb81e7e8ebd9203b1de27dR38
When I try them on the device, the test mysteriously dies.
@rhornung67 @davidbeckingsale @MrBurmark @artv3 @ajkunen This should be ready to go again. Please take a look when you have a chance. Thanks!