triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.24k stars 1.62k forks source link

Support OpenCL backend #866

Open chenqy4933 opened 1 year ago

chenqy4933 commented 1 year ago

Triton helps the CUDA user a lot and the OpenCL program is similar to CUDA, will Triton support the OpenCL backend? If this feature is completed, all mobile developers will get the ability to write OpenCL code easily.

Jokeren commented 1 year ago

The current plan is SYCL + SPIRV.

https://github.com/openai/triton/discussions/811