Skip to content

Commit be37e41

Browse files
committed
Add REQUIRES: unsplit-mode to tests that failed building
1 parent 7432d1c commit be37e41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-0
lines changed

sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: windows
22
// REQUIRES: cuda || hip
3+
// REQUIRES: unsplit-mode
34

45
// This test relies on debug output from a pass, make sure that the compiler
56
// can generate it.

sycl/test-e2e/Basic/windows_version_agnostic_sycl_lib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: windows
2+
// REQUIRES: unsplit-mode
23

34
// RUN: %clangxx --driver-mode=cl /std:c++17 /EHsc -I%sycl_include -I%opencl_include_dir %s -o %t.out /link /defaultlib:%sycl_static_libs_dir/sycl.lib
45
// RUN: %{run} %t.out
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// using --offload-compress without zstd should throw an error.
22
// REQUIRES: !zstd
3+
// REQUIRES: unsplit-mode
34
// RUN: not %{build} %O0 -g --offload-compress %S/Inputs/single_kernel.cpp -o %t_compress.out 2>&1 | FileCheck %s
45
// CHECK: '--offload-compress' option is specified but zstd is not available. The device image will not be compressed.

sycl/test-e2e/DeviceLib/math_fp64_windows_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: aspect-fp64, windows
2+
// REQUIRES: unsplit-mode
23

34
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
45

sycl/test-e2e/DeviceLib/math_windows_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: windows
2+
// REQUIRES: unsplit-mode
23

34
// TODO: Add hypotf case back when the missing symbol is fixed.
45

sycl/test-e2e/EnqueueNativeCommand/custom-command-cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out %cuda_options
22
// RUN: %{run} %t.out
33
// REQUIRES: cuda, cuda_dev_kit
4+
// REQUIRES: unsplit-mode
45

56
#include <cuda.h>
67

sycl/test-e2e/EnqueueNativeCommand/custom-command-hip.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %{build} -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
44
// RUN: %{run} %t.out
55
// REQUIRES: hip
6+
// REQUIRES: unsplit-mode
67

78
#include <iostream>
89
#include <sycl/backend.hpp>

sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: cuda, cuda_dev_kit
2+
// REQUIRES: unsplit-mode
23
// RUN: %{build} -o %t.out %cuda_options
34
// RUN: %{run} %t.out
45

sycl/test-e2e/HostInteropTask/interop-task-cuda-buffer-migrate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: cuda, cuda_dev_kit
2+
// REQUIRES: unsplit-mode
23
//
34
// RUN: %{build} -o %t.out %cuda_options
45
// RUN: %{run} %t.out

sycl/test-e2e/HostInteropTask/interop-task-cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{build} -o %t.out %cuda_options
22
// RUN: %{run} %t.out
33
// REQUIRES: cuda, cuda_dev_kit
4+
// REQUIRES: unsplit-mode
45

56
#include <iostream>
67
#include <sycl/backend.hpp>

0 commit comments

Comments
 (0)