Open anmyachev opened 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.
debug
test_scan_layouts
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.
self.module, self.function, self.n_regs, self.n_spills = driver.active.utils.load_binary(
ocloc
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 intest_scan_layouts
test.It hangs on
self.module, self.function, self.n_regs, self.n_spills = driver.active.utils.load_binary(
. Reproducible also withocloc
. The issue has been reported to IGC.