From 80e01b48eb69b970a53eb0cd41a1e86897d2822c Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Fri, 10 May 2024 11:24:45 +0100 Subject: [PATCH] [SYCL][Graph][CUDA] Disable failing update test. https://github.com/intel/llvm/issues/13731 Disable whole graph update tests on CUDA, as they are flaky and failing on unrelated PRs, until such a time as the fail can be investigated and fixed. --- .../Graph/Update/Explicit/whole_update_double_buffer.cpp | 2 ++ .../Graph/Update/RecordReplay/whole_update_double_buffer.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp b/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp index 31324152efade..da3a1efacf675 100644 --- a/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp +++ b/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp @@ -7,4 +7,6 @@ #define GRAPH_E2E_EXPLICIT +// UNSUPPORTED: cuda + #include "../../Inputs/whole_update_double_buffer.cpp" diff --git a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_double_buffer.cpp b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_double_buffer.cpp index 126604f177f32..9f8628b7afb46 100644 --- a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_double_buffer.cpp +++ b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_double_buffer.cpp @@ -7,4 +7,6 @@ #define GRAPH_E2E_RECORD_REPLAY +// UNSUPPORTED: cuda + #include "../../Inputs/whole_update_double_buffer.cpp"