Skip to content

Commit 4b1d1ce

Browse files
committed
Turn off urEnqueueGraph tests
See: #20884.
1 parent e09f7c8 commit 4b1d1ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

unified-runtime/test/conformance/exp_graph/urEnqueueGraphExp.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99

1010
#include <vector>
1111

12-
using urEnqueueGraphExpTest = uur::urGraphExecutableExpTest;
12+
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+
};
1321

1422
UUR_INSTANTIATE_DEVICE_TEST_SUITE(urEnqueueGraphExpTest);
1523

0 commit comments

Comments
 (0)