LLNL / RAJA

RAJA Performance Portability Layer (C++)
BSD 3-Clause "New" or "Revised" License
450 stars 102 forks source link

fix SYCL example #1651

Closed rhornung67 closed 1 month ago

rhornung67 commented 1 month ago

When built with SYCL, the dynamic_mat_transpose.cpp example code fails at run-time. I haven't investigated, it could be a memory issue. The example also uses the RAJA method setQueue to set a global SYCL resource. This should be removed and pass a SYCL resource to the launch method directly instead. The RAJA setQueue method is going away.