We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page lists known limitations.
triton.compile()
To use triton.compile(), one needs to explicitly use triton.compile(kernel, device_type='xpu') instead of just use triton.compile(kernel).
triton.compile(kernel, device_type='xpu')
triton.compile(kernel)
By default, triton.compile() uses CUDA instead of XPU. This will lead to errors.