Skip to content

Commit 1960290

Browse files
test: remove not needed low-level queue ordinal check
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent 454e621 commit 1960290

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

level_zero/core/test/black_box_tests/common/zello_common.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022-2024 Intel Corporation
2+
* Copyright (C) 2022-2025 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -278,7 +278,6 @@ uint32_t getCommandQueueOrdinal(ze_device_handle_t &device, bool useCooperativeF
278278
break;
279279
}
280280
}
281-
SUCCESS_OR_TERMINATE_BOOL(computeQueueGroupOrdinal != std::numeric_limits<uint32_t>::max());
282281
return computeQueueGroupOrdinal;
283282
}
284283

0 commit comments

Comments
 (0)