Revert "fix: correct naming of zer functions"

This reverts commit 91a9ccaebe.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-08-02 01:39:52 +02:00
committed by Compute-Runtime-Automation
parent 1aa4816c18
commit 566b6551a5
9 changed files with 60 additions and 60 deletions

View File

@@ -31,11 +31,11 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
RETURN_FUNC_PTR_IF_EXIST(zexDriverReleaseImportedPointer);
RETURN_FUNC_PTR_IF_EXIST(zexDriverGetHostPointerBaseAddress);
RETURN_FUNC_PTR_IF_EXIST(zeDriverGetDefaultContext);
RETURN_FUNC_PTR_IF_EXIST(zerGetDefaultContext);
RETURN_FUNC_PTR_IF_EXIST(zerGetLastErrorDescription);
RETURN_FUNC_PTR_IF_EXIST(zerDriverGetDefaultContext);
RETURN_FUNC_PTR_IF_EXIST(zerDriverGetLastErrorDescription);
RETURN_FUNC_PTR_IF_EXIST(zerTranslateDeviceHandleToIdentifier);
RETURN_FUNC_PTR_IF_EXIST(zerTranslateIdentifierToDeviceHandle);
RETURN_FUNC_PTR_IF_EXIST(zerDeviceTranslateToIdentifier);
RETURN_FUNC_PTR_IF_EXIST(zerIdentifierTranslateToDeviceHandle);
RETURN_FUNC_PTR_IF_EXIST(zeDeviceSynchronize);
RETURN_FUNC_PTR_IF_EXIST(zeDeviceGetPriorityLevels);