refactor: change priority type to int32_t

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-09-17 14:42:05 +00:00
committed by Compute-Runtime-Automation
parent d68cfab86c
commit 9c41fe996d
6 changed files with 14 additions and 14 deletions

View File

@@ -569,8 +569,8 @@ zeIntelMemGetFormatModifiersSupportedExp(
/// - ::ZE_RESULT_ERROR_INVALID_NULL_POINTER
ze_result_t ZE_APICALL zeDeviceGetPriorityLevels(
ze_device_handle_t hDevice,
int *lowestPriority,
int *highestPriority);
int32_t *lowestPriority,
int32_t *highestPriority);
///////////////////////////////////////////////////////////////////////////////
/// @brief Descriptor used for setting priority on command queues and immediate command lists.