intel / intel-xpu-backend-for-triton

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

Enable `test_side_effectful_reduction` on XPU #2736

Open anmyachev opened 1 week ago

anmyachev commented 1 week ago

This seems to be related to https://github.com/intel/intel-xpu-backend-for-triton/issues/2662. The debug option adds code that doesn't work in test_scan_layouts test.

It hangs on self.module, self.function, self.n_regs, self.n_spills = driver.active.utils.load_binary(. Reproducible also with ocloc. The issue has been reported to IGC.