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 CUDA and HIP backends use several utility functions for launching kernels, given the grid and block sizes. For consistency, it would be helpful to refactor the SYCL backends to match this usage pattern.
Utility functions for launching kernels could be defined using templates, e.g.
Details
The CUDA and HIP backends use several utility functions for launching kernels, given the grid and block sizes. For consistency, it would be helpful to refactor the SYCL backends to match this usage pattern.
Utility functions for launching kernels could be defined using templates, e.g.
provide the kernels are defined as function objects.
Todo
The text was updated successfully, but these errors were encountered: