diff --git a/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp b/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp index c58e266dfb..f8b4c3d5b5 100644 --- a/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp +++ b/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp @@ -1,6 +1,7 @@ // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out +// UNSUPPORTED: ze_debug4,ze_debug-1 #include #include