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 default selector should not select a device for which no devices images exist.
Example: Don't pick a CUDA device if there are no PTX modules in the fat binary. Likewise don't pick a CL device if there are no SPIR-V modules or AOT binary images.
The text was updated successfully, but these errors were encountered:
This patch solves:
* [SYCL] Default selector should filter devices based on available device images #2004
* [SYCL][CUDA] Default selector behaviour #1665
In some cases the current selector may select a device for which we don't have an AOT or SPIR-V binary for, this patch ensures that such devices get skipped.
The default selector should not select a device for which no devices images exist.
Example: Don't pick a CUDA device if there are no PTX modules in the fat binary. Likewise don't pick a CL device if there are no SPIR-V modules or AOT binary images.
The text was updated successfully, but these errors were encountered: