Skip to content

Commit c60ab8f

Browse files
[SYCL][Graph] Updates namespace for graph_level_support + removes unnecessary e2e test
1 parent 3f670e2 commit c60ab8f

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

sycl/test-e2e/Graph/cuda_backend_create_and_finalize_empty_graph.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

sycl/test-e2e/Graph/device_query.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: level_zero, gpu
1+
// REQUIRES: cuda || level_zero, gpu
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

@@ -18,7 +18,7 @@ int main() {
1818

1919
if ((Backend == backend::ext_oneapi_level_zero) ||
2020
(Backend == backend::ext_oneapi_cuda)) {
21-
assert(SupportsGraphs == exp_ext::info::graph_support_level::native);
21+
assert(SupportsGraphs == exp_ext::graph_support_level::native);
2222
} else {
2323
assert(SupportsGraphs == exp_ext::graph_support_level::unsupported);
2424
}

0 commit comments

Comments
 (0)