From 1618931f1ed3ac7e883897e269d1655480529adc Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Fri, 5 Jul 2024 14:19:35 +0100 Subject: [PATCH] [SYCL][CUDA] XFAIL the root_group barrier test for Cuda until it is implemented correctly --- sycl/test-e2e/GroupAlgorithm/root_group.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/GroupAlgorithm/root_group.cpp b/sycl/test-e2e/GroupAlgorithm/root_group.cpp index 983f8e7ca003a..7c87d7af01bc3 100644 --- a/sycl/test-e2e/GroupAlgorithm/root_group.cpp +++ b/sycl/test-e2e/GroupAlgorithm/root_group.cpp @@ -1,5 +1,7 @@ // Fails with opencl non-cpu, enable when fixed. -// XFAIL: (opencl && !cpu && !accelerator) +// Temporarily disabled for Cuda due to a known issue. Enable it again when the +// root group barrier functionality is implemented correct in the NVPTX backend. +// XFAIL: (opencl && !cpu && !accelerator) || cuda // RUN: %{build} -I . -o %t.out // RUN: %{run} %t.out