mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
refactor: change priority type to int32_t
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d68cfab86c
commit
9c41fe996d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user