Skip to content

Commit b40fcf3

Browse files
committed
Rename run-and-build to build-and-run
Thats the order they happen in so i feel like it makes more sense
1 parent dfcbcd1 commit b40fcf3

Some content is hidden

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

43 files changed

+43
-43
lines changed

sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// UNSUPPORTED: windows
22
// REQUIRES: cuda || hip
3-
// REQUIRES: run-and-build-mode
3+
// REQUIRES: build-and-run-mode
44

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

sycl/test-e2e/Basic/windows_version_agnostic_sycl_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: windows
2-
// REQUIRES: run-and-build-mode
2+
// REQUIRES: build-and-run-mode
33

44
// RUN: %clangxx --driver-mode=cl /std:c++17 /EHsc /imsvc %sycl_include -I%opencl_include_dir %s -o %t.out /link /defaultlib:%sycl_static_libs_dir/sycl.lib
55
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// using --offload-compress without zstd should throw an error.
22
// REQUIRES: !zstd
3-
// REQUIRES: run-and-build-mode
3+
// REQUIRES: build-and-run-mode
44
// RUN: not %{build} %O0 -g --offload-compress %S/Inputs/single_kernel.cpp -o %t_compress.out 2>&1 | FileCheck %s
55
// 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-fp64, windows
2-
// REQUIRES: run-and-build-mode
2+
// REQUIRES: build-and-run-mode
33

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

sycl/test-e2e/DeviceLib/math_windows_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: windows
2-
// REQUIRES: run-and-build-mode
2+
// REQUIRES: build-and-run-mode
33

44
// TODO: Add hypotf case back when the missing symbol is fixed.
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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: run-and-build-mode
4+
// REQUIRES: build-and-run-mode
55

66
#include <cuda.h>
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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: run-and-build-mode
6+
// REQUIRES: build-and-run-mode
77

88
#include <iostream>
99
#include <sycl/backend.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda, cuda_dev_kit
2-
// REQUIRES: run-and-build-mode
2+
// REQUIRES: build-and-run-mode
33
// RUN: %{build} -o %t.out %cuda_options
44
// RUN: %{run} %t.out
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda, cuda_dev_kit
2-
// REQUIRES: run-and-build-mode
2+
// REQUIRES: build-and-run-mode
33
//
44
// RUN: %{build} -o %t.out %cuda_options
55
// RUN: %{run} %t.out

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

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

66
#include <iostream>
77
#include <sycl/backend.hpp>

0 commit comments

Comments
 (0)