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][SPIRV] Enable only required extensions for SPIRV Backend. (#20584)
SPIR-V backend recently started to support extensions not supported by
drivers (e.g. SPV_KHR_float_controls2). At the same time, SPIR-V backend
doesn't support the syntax for disabling specific extensions (i.e.
--spirv-ext=-<extension>). We need to come up with a list of SPIR-V
extensions that are supported by the backend, but also by the driver.
This patch introduces the first approach for such a list.
0 commit comments