mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: add missing ZE_APIEXPORT keywords
Related-To: NEO-14560 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2e5cfc190e
commit
ae2dce4070
@@ -372,7 +372,7 @@ ZE_APIEXPORT ze_device_handle_t ZE_APICALL zerTranslateIdentifierToDeviceHandle(
|
||||
return L0::zerTranslateIdentifierToDeviceHandle(identifier);
|
||||
}
|
||||
|
||||
ze_result_t ZE_APICALL zeDeviceSynchronize(ze_device_handle_t hDevice) {
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL zeDeviceSynchronize(ze_device_handle_t hDevice) {
|
||||
return L0::zeDeviceSynchronize(hDevice);
|
||||
}
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ ZE_APIEXPORT ze_result_t ZE_APICALL zeDriverGetExtensionFunctionAddress(
|
||||
ppFunctionAddress);
|
||||
}
|
||||
|
||||
ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(
|
||||
ZE_APIEXPORT ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(
|
||||
ze_driver_handle_t hDriver) {
|
||||
return L0::zeDriverGetDefaultContext(hDriver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user