feature: new API to create and export counter-based Event

Related-To: NEO-8145

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-12-14 11:29:10 +00:00
committed by Compute-Runtime-Automation
parent ba0db2488a
commit b18acc26b7
5 changed files with 60 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ std::unordered_map<std::string, void *> getExtensionFunctionsLookupMap() {
addToMap(lookupMap, zexCommandListAppendWaitOnMemory);
addToMap(lookupMap, zexCommandListAppendWaitOnMemory64);
addToMap(lookupMap, zexCommandListAppendWriteToMemory);
addToMap(lookupMap, zexCounterBasedEventCreate);
addToMap(lookupMap, zexEventGetDeviceAddress);
#undef addToMap
return lookupMap;