feature: Add support for 64 bit memory counters for zesInit

Related-To: LOCI-4613, LOCI-4612

Signed-off-by: Mayank Raghuwanshi <mayank.raghuwanshi@intel.com>
This commit is contained in:
Mayank Raghuwanshi
2023-07-14 11:56:00 +00:00
committed by Compute-Runtime-Automation
parent c3ca3ff119
commit af6798f257
29 changed files with 195 additions and 378 deletions

View File

@@ -25,7 +25,6 @@ std::unordered_map<std::string, void *> getExtensionFunctionsLookupMap() {
addToMap(lookupMap, zexCommandListAppendWaitOnMemory);
addToMap(lookupMap, zexCommandListAppendWriteToMemory);
addToMap(lookupMap, zexSysmanMemoryGetBandwidth);
#undef addToMap
return lookupMap;