compute-runtime/shared/source/device_binary_format
Kacper Nowak 12f597bc72 fix(zebin): corrections related to IntelGT notes + bump ZEInfo version
- Value correction: IntelGTSectionType::ProductConfig to 6, add new type
IntelGTSectionType::vISAAbiVersion = 5 - currently ignored by the
runtime
- For zebin manipulator: allow to extract PRODUCT_FAMILY from AOT
productConfig - required by IGA wrapper for binary encoding/decoding +
add tests
- Bump ZEInfo version to the latest: 1.32
Related-To: IGC-6300
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
2023-06-22 15:41:01 +02:00
..
ar Include cstdint to fix GCC 13 build 2023-02-22 08:02:49 +01:00
elf refactor(zebin): move files to seperate directory 2023-03-03 21:48:19 +01:00
yaml fix: handle dot character in kernel name when parsing zebin 2023-04-28 12:07:50 +02:00
zebin fix(zebin): corrections related to IntelGT notes + bump ZEInfo version 2023-06-22 15:41:01 +02:00
CMakeLists.txt refactor(zebin): move files to seperate directory 2023-03-03 21:48:19 +01:00
device_binary_format_ar.cpp Cleanup includes 17 2023-01-02 10:59:08 +01:00
device_binary_format_ocl_elf.cpp Refactor: pass gfxCoreHelper to decodeSingleDeviceBinary 2023-01-02 08:17:46 +01:00
device_binary_format_patchtokens.cpp refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
device_binary_format_zebin.cpp feature: bindless addressing mode support 2023-06-19 12:41:03 +02:00
device_binary_formats.cpp fix: move getProductConfigFromHwInfo to CompilerProductHelper 2023-05-29 14:08:52 +02:00
device_binary_formats.h feature: verify stateful information only when binary is generated by IGC 2023-06-12 11:45:41 +02:00
patchtokens_decoder.cpp Allocate per-tile RTDispatchGlobals, handle ray tracing patch tokens. 2022-07-22 06:29:29 +02:00
patchtokens_decoder.h Cleanup includes 5 2022-11-18 22:46:38 +01:00
patchtokens_dumper.cpp Clean unused code 2022-07-07 14:52:26 +02:00
patchtokens_dumper.h
patchtokens_validator.cpp
patchtokens_validator.h