Skip to content

Commit 06c86fc

Browse files
committed
correct error code
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 67ddd4f commit 06c86fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/test/unit/intel/test_regressions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def test_kernel_from_09_tutorial(device, tmp_path: pathlib.Path):
102102

103103
# try to catch:
104104
# L0 build module failed. Log: IGC: Internal Compiler Error: Segmentation violation
105-
# Error during Intel loadBinary: Triton Error [ZE]: 0x70000004
106-
# RuntimeError: Triton Error [ZE]: 0x70000004
105+
# Error during Intel loadBinary: Triton Error [ZE]: 0x78000011
106+
# RuntimeError: Triton Error [ZE]: 0x78000011
107107
module, function, n_regs, n_spills, n_max_threads = driver.active.utils.load_binary(
108108
kernel.name, kernel.kernel, kernel.metadata.shared, kernel.metadata.build_flags,
109109
not kernel.metadata.generate_native_code, device)

0 commit comments

Comments
 (0)