-
Couldn't load subscription status.
- Fork 75
Known Limitations
Stonepia edited this page Jul 19, 2023
·
1 revision
This page lists known limitations.
To use triton.compile(), one needs to explicitly use triton.compile(kernel, device_type='xpu') instead of just use triton.compile(kernel).
By default, triton.compile() uses CUDA instead of XPU. This will lead to errors.