mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
feature: api support for Event sync mode
Related-To: NEO-8179 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7aef2440aa
commit
9121209c41
@@ -93,10 +93,10 @@ typedef struct _ze_intel_device_command_list_wait_on_memory_data_size_exp_desc_t
|
||||
uint32_t cmdListWaitOnMemoryDataSizeInBytes; /// <out> Defines supported data size for zexCommandListAppendWaitOnMemory[64] API
|
||||
} ze_intel_device_command_list_wait_on_memory_data_size_exp_desc_t;
|
||||
|
||||
#ifndef ZE_INTEL_EVENT_SYNC_MODE
|
||||
#ifndef ZE_INTEL_EVENT_SYNC_MODE_EXP_NAME
|
||||
/// @brief Event sync mode extension name
|
||||
#define ZE_INTEL_EVENT_SYNC_MODE "ZE_intel_experimental_event_sync_mode"
|
||||
#endif // ZE_INTEL_EVENT_SYNC_MODE
|
||||
#define ZE_INTEL_EVENT_SYNC_MODE_EXP_NAME "ZE_intel_experimental_event_sync_mode"
|
||||
#endif // ZE_INTEL_EVENT_SYNC_MODE_EXP_NAME
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief Event sync mode extension Version(s)
|
||||
|
||||
Reference in New Issue
Block a user