ze_debug_info does not work with new GPUs
Open
- Dominant language
- C++
- Stars
- 273
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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:
https://github.com/intel/pti-gpu/blob/2f3415e927a830729bcabf01a81dd3f3fbea4805/utils/gen_binary_decoder.h#L85
Contributor guide
Assessment
This issue has not been assessed yet.