We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83561a8 commit 5c30e32Copy full SHA for 5c30e32
unified-runtime/test/conformance/exp_command_buffer/enqueue.cpp
@@ -113,9 +113,6 @@ TEST_P(urEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
113
// Tests that submitting a command-buffer twice to an out-of-order queue
114
// relying on implicit serialization semantics for dependencies.
115
TEST_P(urEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
116
- // https://github.com/intel/llvm/issues/18610
117
- UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
118
-
119
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,
120
0, nullptr, nullptr));
121
0 commit comments