mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: add zerDriverGetLastErrorDescription API
this function retrieves last error from default driver Related-To: NEO-14560 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
500ae54fc1
commit
8f1903c7dd
@@ -32,6 +32,7 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
|
||||
RETURN_FUNC_PTR_IF_EXIST(zexDriverGetHostPointerBaseAddress);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zeDriverGetDefaultContext);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zerDriverGetDefaultContext);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zerDriverGetLastErrorDescription);
|
||||
|
||||
RETURN_FUNC_PTR_IF_EXIST(zerDeviceTranslateToIdentifier);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zerIdentifierTranslateToDeviceHandle);
|
||||
|
||||
Reference in New Issue
Block a user