You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up TRITON_XPU_DUMP_SPIRV_KERNEL_ARGS has Key Error, like
File "/home/jovyan/intel-xpu-backend-for-triton/python/triton/runtime/jit.py", line 336, in
return lambda *args, **kwargs: self.run(grid=grid, warmup=False, *args, **kwargs)
File "/home/jovyan/intel-xpu-backend-for-triton/python/triton/runtime/jit.py", line 585, in run
kernel.run(grid_0, grid_1, grid_2, stream, kernel.function, kernel.packed_metadata,
File "/home/jovyan/intel-xpu-backend-for-triton/python/triton/backends/intel/driver.py", line 594, in call
serialize_args(args, self.constants, self.signature)
File "/home/jovyan/intel-xpu-backend-for-triton/python/triton/backends/intel/driver.py", line 556, in serialize_args
signature[counts['karg_cnt']]
KeyError: 0
The text was updated successfully, but these errors were encountered:
Setting up
TRITON_XPU_DUMP_SPIRV_KERNEL_ARGS
hasKey Error
, likeThe text was updated successfully, but these errors were encountered: