LLNL / RAJA

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

Remove SYCL set/getQueue methods, part 2 #1658

Open rhornung67 opened 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. The remaining calls involve contents of the following files. Fully resolving the dependences on the getQueue methods may require some adjustment to code that is generic w.r.t. execution back-end. This may require some coordination with other back-end support.