RAJA icon indicating copy to clipboard operation
RAJA copied to clipboard

Separate experimental vectorization API, and various GCC vector fixes.

Open rchen20 opened this issue 2 years ago • 1 comments

Summary

  • This PR is a refactoring, and bugfix
  • It does the following:
    • Refactors the ability to turn off the experimental vectorization API, and its tests, with RAJA_ENABLE_EXPTVECTOR. By default, this is set to Off.
    • Fixes https://github.com/LLNL/RAJA/issues/1275, and addresses https://github.com/LLNL/RAJA/issues/1327. Also replaces PR https://github.com/LLNL/RAJA/pull/1302
    • Adds support for building with icpx (from oneAPI) on ruby.

rchen20 avatar Oct 04 '22 03:10 rchen20

Hello @ajkunen @rhornung67 @davidbeckingsale @trws @MrBurmark @artv3 @mdavis36 @gzagaris, this small PR is ready for review. Please take a quick look when you have a chance.

rchen20 avatar Oct 06 '22 21:10 rchen20