To Do: - Fix https://github.com/llnl/RAJA/issues/1485 - Check these: - https://github.com/llnl/RAJA/issues/1581 - https://github.com/llnl/RAJA/issues/1464 - https://github.com/llnl/RAJA/issues/1296 - https://github.com/llnl/RAJA/issues/1351 - Look in to adding ARM vector intrinsics. - Solve the performance issue with loads and stores being interspersed with computation. - Carve out matrix interface, and move the vector-register API out of `expt` namespace.
To Do:
exptnamespace.