LLNL / RAJA

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

Remove set/getQueue methods for SYCL, part 1 #1652

Closed rhornung67 closed 1 month ago

rhornung67 commented 1 month ago

The RAJA setQueue and getQueue methods are a remnant from before we were able to pass a resource to RAJA kernel execution methods. These should be removed and instead pass a resource to kernel execution methods for consistency.