fix: add missing ZE_APICALL keyword in extension function

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-04-30 14:32:02 +00:00
committed by Compute-Runtime-Automation
parent 373d1f8202
commit 01160c05d0

View File

@@ -283,7 +283,7 @@ zeIntelKernelGetBinaryExp(
/// - Default context contains all devices within driver instance
/// @returns
/// - Context handle associated with driver
ze_context_handle_t zeDriverGetDefaultContext(ze_driver_handle_t hDriver); ///> [in] handle of the driver
ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(ze_driver_handle_t hDriver); ///> [in] handle of the driver
/// @brief Get default context associated with default driver
///
@@ -293,7 +293,7 @@ ze_context_handle_t zeDriverGetDefaultContext(ze_driver_handle_t hDriver); ///>
/// - Default context contains all devices within default driver instance
/// @returns
/// - Context handle associated with default driver
ze_context_handle_t zerDriverGetDefaultContext();
ze_context_handle_t ZE_APICALL zerDriverGetDefaultContext();
#if defined(__cplusplus)
} // extern "C"