intel / intel-xpu-backend-for-triton

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

Add workaround to avoid the long time in jitting the SYCL kernel on ATSM. #1511

Closed chengjunlu closed 5 days ago

chengjunlu commented 5 days ago

The IPEX includes the AOT SYCL kernel binary for PVC but not for ATSM. This is not an issue on PVC. The SYCL kernel JIT time is really too long for tutorial.
Avoid to use the SYCL kernel in triton tutorial to reduce the time to run.