Skip to content

Commit 04abaa4

Browse files
author
Ewan Crawford
authored
[BLAS] Skip SYCL-Graph tests on L0 backend (#705)
1 parent cf9c3cb commit 04abaa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/unit_tests/blas/sycl-graph/gemm_batch_usm.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,14 @@ struct GraphGemmBatchUsmTests
368368
}
369369
#endif
370370

371+
#if SYCL_EXT_ONEAPI_BACKEND_LEVEL_ZERO
372+
// https://github.com/uxlfoundation/oneMath/issues/703
373+
// Failing tests reported on PVC that needs investigated
374+
if (device->get_backend() == sycl::backend::ext_oneapi_level_zero) {
375+
GTEST_SKIP() << "Test disabled on Level-Zero";
376+
}
377+
#endif
378+
371379
// Skip test if graph recording variant and device doesn't support sycl_ext_oneapi_graph
372380
CHECK_GRAPH_ON_DEVICE(device);
373381
}

0 commit comments

Comments
 (0)