intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
144 stars 44 forks source link

Create github action to run Triton benchmarks using IGC development driver #2650

Open etiotto opened 2 weeks ago

etiotto commented 2 weeks ago

Currently we are able to run Triton microbenchmarks (e.g. GEMM, FlashAttention, Softmax) using the latest Agama drivers on a PVC GPU. Agama drivers are not published often enough and we need an easy way to test pull request against a particular IGC developement build.

Can we create a github action that allows developers to run the Triton microbenchmarks using a particular IGC "QuickBuild" driver.

etiotto commented 2 weeks ago

@whitneywhtsang FYI