mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
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:
committed by
Compute-Runtime-Automation
parent
de0bf81521
commit
2892e5a7f9
@@ -30,6 +30,8 @@ struct ExternalFunctionInfo {
|
||||
bool hasRTCalls = false;
|
||||
bool hasPrintfCalls = false;
|
||||
bool hasIndirectCalls = false;
|
||||
bool requireAssertBuffer = false;
|
||||
bool requireSyncBuffer = false;
|
||||
};
|
||||
|
||||
struct ExternalFunctionUsageKernel {
|
||||
|
||||
Reference in New Issue
Block a user