ze_debug_info does not work with B580, may not work with other GPUs.
I looked a bit into it, and it seems to be using a commit of the iga related files from 4 years ago:
https://github.com/intel/pti-gpu/blob/master/build_utils/get_iga_headers.py
And there is no support for IGA_XE2 and others GPUs, so ze_debug_info shows:
[WARNING] : Unable to create decoder for kernel: GEMM
As it receives 0x0C09, which is not available here:
|
case 0x0c08: // GFXCORE_FAMILY::IGFX_XE_HPC_CORE: |
ze_debug_info does not work with B580, may not work with other GPUs.
I looked a bit into it, and it seems to be using a commit of the iga related files from 4 years ago:
https://github.com/intel/pti-gpu/blob/master/build_utils/get_iga_headers.py
And there is no support for IGA_XE2 and others GPUs, so ze_debug_info shows:
[WARNING] : Unable to create decoder for kernel: GEMM
As it receives 0x0C09, which is not available here:
pti-gpu/utils/gen_binary_decoder.h
Line 85 in 2f3415e