From fbbc82200a79ea80d19e3fbcc195fe1d741c9b0c Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Wed, 31 Jan 2024 10:33:07 +0000 Subject: [PATCH] Moves tests to Explicit directory --- sycl/test-e2e/Graph/{ => Explicit}/invalid_profiling.cpp | 2 +- sycl/test-e2e/Graph/{ => Explicit}/nodes_profiling_info.cpp | 2 +- .../{ => Explicit}/nodes_profiling_info_invalid_backend.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename sycl/test-e2e/Graph/{ => Explicit}/invalid_profiling.cpp (99%) rename sycl/test-e2e/Graph/{ => Explicit}/nodes_profiling_info.cpp (99%) rename sycl/test-e2e/Graph/{ => Explicit}/nodes_profiling_info_invalid_backend.cpp (98%) diff --git a/sycl/test-e2e/Graph/invalid_profiling.cpp b/sycl/test-e2e/Graph/Explicit/invalid_profiling.cpp similarity index 99% rename from sycl/test-e2e/Graph/invalid_profiling.cpp rename to sycl/test-e2e/Graph/Explicit/invalid_profiling.cpp index d4907f37b4bd3..69c8316802832 100644 --- a/sycl/test-e2e/Graph/invalid_profiling.cpp +++ b/sycl/test-e2e/Graph/Explicit/invalid_profiling.cpp @@ -8,7 +8,7 @@ #define GRAPH_E2E_EXPLICIT -#include "graph_common.hpp" +#include "../graph_common.hpp" int main() { device Dev; diff --git a/sycl/test-e2e/Graph/nodes_profiling_info.cpp b/sycl/test-e2e/Graph/Explicit/nodes_profiling_info.cpp similarity index 99% rename from sycl/test-e2e/Graph/nodes_profiling_info.cpp rename to sycl/test-e2e/Graph/Explicit/nodes_profiling_info.cpp index 296fb1d58c9d5..206a279baf133 100644 --- a/sycl/test-e2e/Graph/nodes_profiling_info.cpp +++ b/sycl/test-e2e/Graph/Explicit/nodes_profiling_info.cpp @@ -10,7 +10,7 @@ // The second run is to check that there are no leaks reported with the embedded // UR_L0_LEAKS_DEBUG testing capability. -#include "graph_common.hpp" +#include "../graph_common.hpp" #define GRAPH_TESTS_VERBOSE_PRINT 0 diff --git a/sycl/test-e2e/Graph/nodes_profiling_info_invalid_backend.cpp b/sycl/test-e2e/Graph/Explicit/nodes_profiling_info_invalid_backend.cpp similarity index 98% rename from sycl/test-e2e/Graph/nodes_profiling_info_invalid_backend.cpp rename to sycl/test-e2e/Graph/Explicit/nodes_profiling_info_invalid_backend.cpp index 03488ba446a20..bafe8ba4f714c 100644 --- a/sycl/test-e2e/Graph/nodes_profiling_info_invalid_backend.cpp +++ b/sycl/test-e2e/Graph/Explicit/nodes_profiling_info_invalid_backend.cpp @@ -6,7 +6,7 @@ #define GRAPH_E2E_EXPLICIT -#include "graph_common.hpp" +#include "../graph_common.hpp" int main() { device Dev;