mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
5205c39008
commit
1e7c9ee2e9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user