intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
100 stars 28 forks source link

Do not build LLVM in CI by default #1497

Closed pbchekin closed 6 days ago

pbchekin commented 6 days ago

The access to llvm tarball is now restored, no need to build LLVM in the workflow.

Note that this is not a complete undo of #1489, because we need to keep an option to build LLVM if something happens to the tarball again. Relates to #1490.