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
Before this PR, Triton relies on PyTorch to query SYCL API to determine
if a device extension is supported.
To lower the dependency to PyTorch, this PR uses `ocloc` to query the
list of supported device extensions.
It is currently under an env var `TRITON_INTEL_QUERY_DEVICE_EXTENSIONS`,
as the `ocloc` command requires specifying the device type, and this PR
hard coded it to PVC, so it cannot yet be enabled by default.
---------
Signed-off-by: Whitney Tsang <[email protected]>
0 commit comments