mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
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:
committed by
Compute-Runtime-Automation
parent
1aa4816c18
commit
566b6551a5
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user