intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
124 stars 35 forks source link

[Pytorch Upstream] triton 3.0 compile got RuntimeError: Triton Error [ZE]: 2013265944 #666

Closed etaf closed 6 months ago

etaf commented 6 months ago

We got triton crash when runing stock pytroch inductor UT: RuntimeError: Triton Error [ZE]: 2013265944

To reproduce the issue using IPEX:

Triton commit: 9dd5125ae5c4dd2bac023d3c13e82501c6b5f547 Build pytorch, IPEX following the doc

python run the following case in IPEX: python tests/gpu/pytorch/test/inductor/test_torchinductor.py -k test_isinf_xpu

whitneywhtsang commented 6 months ago

Fixed by https://github.com/intel/intel-xpu-backend-for-triton/pull/674.

whitneywhtsang commented 6 months ago

674 is merged, @etaf please verify.

etaf commented 6 months ago

Verified, thanks @whitneywhtsang!