mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
test: remove not needed low-level queue ordinal check
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
454e621dde
commit
19602907b8
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
* Copyright (C) 2022-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -278,7 +278,6 @@ uint32_t getCommandQueueOrdinal(ze_device_handle_t &device, bool useCooperativeF
|
||||
break;
|
||||
}
|
||||
}
|
||||
SUCCESS_OR_TERMINATE_BOOL(computeQueueGroupOrdinal != std::numeric_limits<uint32_t>::max());
|
||||
return computeQueueGroupOrdinal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user