Skip to content

Commit baad80a

Browse files
committed
Add TEMPORARY_DISABLED to device agnostic features set
1 parent f027234 commit baad80a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sycl/test-e2e/Basic/free_function_queries/free_function_queries.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: Investigate OS-agnostic failures
2-
// REQUIRES: TEMPORARY_DISABLED, run-mode
2+
// REQUIRES: TEMPORARY_DISABLED
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

sycl/test-e2e/Basic/free_function_queries/free_function_queries_sub_group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: Investigate OS-agnostic failures
2-
// REQUIRES: TEMPORARY_DISABLED, run-mode
2+
// REQUIRES: TEMPORARY_DISABLED
33
// UNSUPPORTED: cuda || hip
44
// CUDA and HIP compilation and runtime do not yet support sub-groups.
55
//

sycl/test-e2e/GroupAlgorithm/barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Temporarily disabled due to regressions introduced by
22
// https://github.com/intel/llvm/pull/8412.
3-
// REQUIRES: TEMPORARY_DISABLED, run-mode
3+
// REQUIRES: TEMPORARY_DISABLED
44

55
// RUN: %{build} -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_80
66
// RUN: %{run} %t.out

sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/popcnt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: The feature is not yet supported, there is a discussion on the
22
// feasibility of tests
3-
// REQUIRES: TEMPORARY_DISABLED, run-mode
3+
// REQUIRES: TEMPORARY_DISABLED
44
//
55
// Check that full compilation works:
66
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../popcnt.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Feature/popcnt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: The feature is not yet supported, there is a discussion on the
22
// feasibility of tests
3-
// REQUIRES: TEMPORARY_DISABLED, run-mode
3+
// REQUIRES: TEMPORARY_DISABLED
44
//
55
// Check that full compilation works:
66
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

sycl/test-e2e/SubGroup/generic_reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// by the reduce functions in SYCL 2020, but the standard C++ syntax is used for
66
// forward compatibility with future SYCL versions.
77
//
8-
// REQUIRES: TEMPORARY_DISABLED, run-mode
8+
// REQUIRES: TEMPORARY_DISABLED
99

1010
#include "helper.hpp"
1111
#include <complex>

0 commit comments

Comments
 (0)