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] Enable only selected SPIR-V extensions for SPIR-V backend. (#20489)
SPIR-V backend supports some extensions that our driver doesn't support
yet (e.g. SPV_KHR_float_controls2), resulting in errors. This patch
stops enabling all the SPIR-V backend supported extensions, and instead
enables only a list of selected extensions. The list contains the
intersection of extensions enabled for llvm-spirv with the extensions
supported by the SPIR-V backend.
0 commit comments