You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
policy/sycl/forall.hpp
policy/sycl/launch.hpp
policy/sycl/kernel/internal.hpp
policy/sycl/kernel/SyclKernel.hpp
The text was updated successfully, but these errors were encountered:
The RAJA
setQueue
andgetQueue
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.The text was updated successfully, but these errors were encountered: