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 27aae7a commit 0ff075dCopy full SHA for 0ff075d
unified-runtime/test/conformance/exp_command_buffer/native-command/common.h
@@ -16,6 +16,8 @@ struct urCommandBufferNativeAppendTest : uur::urQueueTest {
16
17
UUR_RETURN_ON_FATAL_FAILURE(checkCommandBufferSupport(device));
18
19
+ UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
20
+
21
// Create a static command-buffer
22
ur_exp_command_buffer_desc_t desc{UR_STRUCTURE_TYPE_EXP_COMMAND_BUFFER_DESC,
23
nullptr, false, false, false};
0 commit comments