compute-runtime/shared/source/device_binary_format/zebin
Fabian Zwoliński ee769f5983 fix: Add texture cache flush after kernels writing to images on imm cmdlists
- add `hasImageWriteArg` flag to KernelDescriptor,
based on image access qualifier
- add `isPostImageWriteFlushRequired` method to productHelper,
to require cache flush only on selected platforms
- if possible, add the `textureCacheInvalidationEnable` arg to the
existing PC, otherwise add a new PC

Related-To: NEO-13427, HSD-18041321008
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
2025-04-17 16:04:31 +02:00
..
CMakeLists.txt feature: Adding support for extending KernerlDescriptor 2025-01-25 12:08:27 +01:00
debug_zebin.cpp fix: correct program header generation for shared isa allocation 2024-09-03 17:50:29 +02:00
debug_zebin.h fix: correct program header generation for shared isa allocation 2024-09-03 17:50:29 +02:00
zebin_decoder.cpp feature: support binary compatibility across multiple HW targets 2024-11-04 16:53:57 +01:00
zebin_decoder.h feature: Adding elf rewriter utility 2024-05-20 13:44:11 +02:00
zebin_elf.h feature(zebin): read indirect detection version 2024-01-12 14:20:52 +01:00
zeinfo.h feature: Add support for BUFFER_SIZE explicit argument 2025-04-07 14:15:26 +02:00
zeinfo_decoder.cpp fix: Add texture cache flush after kernels writing to images on imm cmdlists 2025-04-17 16:04:31 +02:00
zeinfo_decoder.h fix: correct dsh generation 2025-03-14 21:18:38 +01:00
zeinfo_decoder_ext.cpp feature: Adding support for extending KernerlDescriptor 2025-01-25 12:08:27 +01:00
zeinfo_decoder_ext.h feature: Adding support for extending KernerlDescriptor 2025-01-25 12:08:27 +01:00
zeinfo_enum_lookup.h feature: Add support for BUFFER_SIZE explicit argument 2025-04-07 14:15:26 +02:00