From 6e00170ea73453225110971df914efb1e2d33ff4 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Tue, 27 Feb 2024 15:54:31 +0000 Subject: [PATCH] Create more Graph E2E directories --- .../Graph/{RecordReplay => Profiling}/event_profiling_info.cpp | 0 sycl/test-e2e/Graph/Profiling/lit.local.cfg | 1 + sycl/test-e2e/Graph/{Error => ValidUsage}/empty_graph.cpp | 0 sycl/test-e2e/Graph/{Error => ValidUsage}/finalize_twice.cpp | 0 sycl/test-e2e/Graph/ValidUsage/lit.local.cfg | 1 + 5 files changed, 2 insertions(+) rename sycl/test-e2e/Graph/{RecordReplay => Profiling}/event_profiling_info.cpp (100%) create mode 100644 sycl/test-e2e/Graph/Profiling/lit.local.cfg rename sycl/test-e2e/Graph/{Error => ValidUsage}/empty_graph.cpp (100%) rename sycl/test-e2e/Graph/{Error => ValidUsage}/finalize_twice.cpp (100%) create mode 100644 sycl/test-e2e/Graph/ValidUsage/lit.local.cfg diff --git a/sycl/test-e2e/Graph/RecordReplay/event_profiling_info.cpp b/sycl/test-e2e/Graph/Profiling/event_profiling_info.cpp similarity index 100% rename from sycl/test-e2e/Graph/RecordReplay/event_profiling_info.cpp rename to sycl/test-e2e/Graph/Profiling/event_profiling_info.cpp diff --git a/sycl/test-e2e/Graph/Profiling/lit.local.cfg b/sycl/test-e2e/Graph/Profiling/lit.local.cfg new file mode 100644 index 0000000000000..ad4643b247ba8 --- /dev/null +++ b/sycl/test-e2e/Graph/Profiling/lit.local.cfg @@ -0,0 +1 @@ +config.required_features += ['graph-extension'] diff --git a/sycl/test-e2e/Graph/Error/empty_graph.cpp b/sycl/test-e2e/Graph/ValidUsage/empty_graph.cpp similarity index 100% rename from sycl/test-e2e/Graph/Error/empty_graph.cpp rename to sycl/test-e2e/Graph/ValidUsage/empty_graph.cpp diff --git a/sycl/test-e2e/Graph/Error/finalize_twice.cpp b/sycl/test-e2e/Graph/ValidUsage/finalize_twice.cpp similarity index 100% rename from sycl/test-e2e/Graph/Error/finalize_twice.cpp rename to sycl/test-e2e/Graph/ValidUsage/finalize_twice.cpp diff --git a/sycl/test-e2e/Graph/ValidUsage/lit.local.cfg b/sycl/test-e2e/Graph/ValidUsage/lit.local.cfg new file mode 100644 index 0000000000000..ad4643b247ba8 --- /dev/null +++ b/sycl/test-e2e/Graph/ValidUsage/lit.local.cfg @@ -0,0 +1 @@ +config.required_features += ['graph-extension']