Skip to content

Error during Intel loadBinary: Triton Error [ZE]: 0x78000011 #3889

Closed
@Stonepia

Description

@Stonepia

Describe the bug

When running on the latest PyTorch nightly with Triton, I got the following error. This error happens before, but we don't have a concrete result. So I re-created one.

Error during Intel loadBinary: Triton Error [ZE]: 0x78000011

Traceback (most recent call last):
  File "F:\ao\reproducer.py", line 143, in <module>
    int_scaled_matmul_kernel(a, b, scales1, c, config)
  File "F:\ao\reproducer.py", line 102, in int_scaled_matmul_kernel
    scaled_matmul_kernel_with_block_pointers[grid](
  File "F:\miniforge\envs\nightly\lib\site-packages\triton\runtime\jit.py", line 336, in <lambda>
    return lambda *args, **kwargs: self.run(grid=grid, warmup=False, *args, **kwargs)
  File "F:\miniforge\envs\nightly\lib\site-packages\triton\runtime\jit.py", line 585, in run
    kernel.run(grid_0, grid_1, grid_2, stream, kernel.function, kernel.packed_metadata,
  File "F:\miniforge\envs\nightly\lib\site-packages\triton\compiler\compiler.py", line 417, in __getattribute__
    self._init_handles()
  File "F:\miniforge\envs\nightly\lib\site-packages\triton\compiler\compiler.py", line 412, in _init_handles
    self.module, self.function, self.n_regs, self.n_spills = driver.active.utils.load_binary(
  File "F:\miniforge\envs\nightly\lib\site-packages\triton\backends\intel\driver.py", line 208, in load_binary
    return self.shared_library.load_binary(args)
RuntimeError: Triton Error [ZE]: 0x78000011

Attached the reproducer.py.txt (you might need to change it to .py) and mlir_dump.log for your convenience.

mlir_dump.log

reproducer.py.txt

Environment details

OS: Windows
Platform: BMG
Driver version: 32.0.101.6734
Level Zero: Included in the driver, should be under "C:\Program Files\LevelZeroSDK\1.21.6"
igc version: 32.0.101.6734

torch version:'2.8.0.dev20250408+xpu'
Triton version: 3.3.0+git0bcc8265 (commit: 0bcc826)

Other info that may help:

> (Get-Item C:\Windows\system32\ze_loader.dll).VersionInfo.ProductVersion
1.20.6
> cl --version
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34809 for x64

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions