RAJA icon indicating copy to clipboard operation
RAJA copied to clipboard

Fix and activate vectorization tests with forall.

Open rchen20 opened this issue 2 years ago • 1 comments

Summary

  • This PR is a bugfix
  • It does the following:
    • Activates vector tests in tensor directory
    • Fixes test indices with forall policy

rchen20 avatar Jul 01 '22 23:07 rchen20

@rchen20 a bunch of tests are failing for gitlab cuda builds.

rhornung67 avatar Jul 06 '22 21:07 rhornung67

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.

rchen20 avatar Jan 27 '23 01:01 rchen20

@rhornung67 @davidbeckingsale @MrBurmark @artv3 @ajkunen This should be ready to go again. Please take a look when you have a chance. Thanks!

rchen20 avatar Jan 30 '23 22:01 rchen20