feature: add support for require_assert_buffer and require_sync_buffer in zeinfo

Related-To: NEO-16544, IGC-11358
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-10-27 11:30:50 +00:00
committed by Compute-Runtime-Automation
parent de0bf81521
commit 2892e5a7f9
7 changed files with 127 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ struct ExternalFunctionInfo {
bool hasRTCalls = false;
bool hasPrintfCalls = false;
bool hasIndirectCalls = false;
bool requireAssertBuffer = false;
bool requireSyncBuffer = false;
};
struct ExternalFunctionUsageKernel {