We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.