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 e09f7c8 commit 4b1d1ceCopy full SHA for 4b1d1ce
unified-runtime/test/conformance/exp_graph/urEnqueueGraphExp.cpp
@@ -9,7 +9,15 @@
9
10
#include <vector>
11
12
-using urEnqueueGraphExpTest = uur::urGraphExecutableExpTest;
+struct urEnqueueGraphExpTest : uur::urGraphExecutableExpTest {
13
+ void SetUp() override {
14
+ UUR_RETURN_ON_FATAL_FAILURE(uur::urGraphExecutableExpTest::SetUp());
15
+
16
+ // TODO: Re-enable urEnqueueGraph tests on L0V2.
17
+ // See: https://github.com/intel/llvm/issues/20884.
18
+ UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
19
+ }
20
+};
21
22
UUR_INSTANTIATE_DEVICE_TEST_SUITE(urEnqueueGraphExpTest);
23
0 commit comments