refactor: rename default descriptor names

move them out of L0 API version check

Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-09-05 12:32:46 +00:00
committed by Compute-Runtime-Automation
parent 5205c39008
commit 1e7c9ee2e9
9 changed files with 20 additions and 20 deletions

View File

@@ -300,7 +300,7 @@ ze_result_t DeviceImp::createInternalCommandList(const ze_command_list_desc_t *d
ze_result_t DeviceImp::createCommandListImmediate(const ze_command_queue_desc_t *desc,
ze_command_list_handle_t *phCommandList) {
ze_command_queue_desc_t commandQueueDesc = defaultCommandQueueDesc;
ze_command_queue_desc_t commandQueueDesc = defaultIntelCommandQueueDesc;
if (desc) {
commandQueueDesc = *desc;