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
[SYCL][CUDA] Improvements to CUDA device selection (#1689)
* Prevents NVIDIA OpenCL platform to be selected by a SYCL application
* NVIDIA OpenCL is not reported as a valid GPU platform for LIT testing
* Introduces device selection logic to reject devices
* Changes name of NVIDIA CUDA Backend to differentiate from OpenCL
* Provides better error message when SPIRV is passed to CUDA backend
* Using backend types to check for CUDA backend instead of strings
Signed-off-by: Ruyman Reyes <[email protected]>
Co-authored-by: Alexey Bader <[email protected]>
0 commit comments