diff --git a/SYCL/DeviceLib/ITTAnnotations/atomic.cpp b/SYCL/DeviceLib/ITTAnnotations/atomic.cpp index 9602660249..0c14227cfb 100644 --- a/SYCL/DeviceLib/ITTAnnotations/atomic.cpp +++ b/SYCL/DeviceLib/ITTAnnotations/atomic.cpp @@ -2,7 +2,6 @@ // RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out \ // RUN: -fsycl-targets=%sycl_triple -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/ext_native_math.cpp b/SYCL/DeviceLib/built-ins/ext_native_math.cpp index e28057d72b..9cc5096b38 100644 --- a/SYCL/DeviceLib/built-ins/ext_native_math.cpp +++ b/SYCL/DeviceLib/built-ins/ext_native_math.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/fast-math-flag.cpp b/SYCL/DeviceLib/built-ins/fast-math-flag.cpp index d2f68401e2..e6b7d08238 100644 --- a/SYCL/DeviceLib/built-ins/fast-math-flag.cpp +++ b/SYCL/DeviceLib/built-ins/fast-math-flag.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -ffast-math -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/nan.cpp b/SYCL/DeviceLib/built-ins/nan.cpp index 61d66c41c9..caea23f560 100644 --- a/SYCL/DeviceLib/built-ins/nan.cpp +++ b/SYCL/DeviceLib/built-ins/nan.cpp @@ -1,6 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -D HALF_IS_SUPPORTED %s -o %t_gpu.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/printf.cpp b/SYCL/DeviceLib/built-ins/printf.cpp index 6bd2e080dd..fd94fb101d 100644 --- a/SYCL/DeviceLib/built-ins/printf.cpp +++ b/SYCL/DeviceLib/built-ins/printf.cpp @@ -3,7 +3,6 @@ // CUDA doesn't support vector format specifiers ("%v"). // // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER // RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER diff --git a/SYCL/DeviceLib/built-ins/scalar_common.cpp b/SYCL/DeviceLib/built-ins/scalar_common.cpp index 506f879c3e..7c3e67917b 100644 --- a/SYCL/DeviceLib/built-ins/scalar_common.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_common.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/scalar_geometric.cpp b/SYCL/DeviceLib/built-ins/scalar_geometric.cpp index ebf5e10252..bbc78a127f 100644 --- a/SYCL/DeviceLib/built-ins/scalar_geometric.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_geometric.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/scalar_integer.cpp b/SYCL/DeviceLib/built-ins/scalar_integer.cpp index a7ce097a4f..299d24744e 100644 --- a/SYCL/DeviceLib/built-ins/scalar_integer.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_integer.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/scalar_math.cpp b/SYCL/DeviceLib/built-ins/scalar_math.cpp index 6dcd99e06c..ee25a85c55 100644 --- a/SYCL/DeviceLib/built-ins/scalar_math.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_math.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/scalar_math_2.cpp b/SYCL/DeviceLib/built-ins/scalar_math_2.cpp index 19c753021c..80550693b2 100644 --- a/SYCL/DeviceLib/built-ins/scalar_math_2.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_math_2.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/scalar_relational.cpp b/SYCL/DeviceLib/built-ins/scalar_relational.cpp index d27052d636..3e920f70c6 100644 --- a/SYCL/DeviceLib/built-ins/scalar_relational.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_relational.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/vector_common.cpp b/SYCL/DeviceLib/built-ins/vector_common.cpp index a2e5a2a180..7f342b3fdf 100644 --- a/SYCL/DeviceLib/built-ins/vector_common.cpp +++ b/SYCL/DeviceLib/built-ins/vector_common.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/vector_geometric.cpp b/SYCL/DeviceLib/built-ins/vector_geometric.cpp index f592be60c8..4ee7735d5b 100644 --- a/SYCL/DeviceLib/built-ins/vector_geometric.cpp +++ b/SYCL/DeviceLib/built-ins/vector_geometric.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/vector_integer.cpp b/SYCL/DeviceLib/built-ins/vector_integer.cpp index d21083101f..14f735324a 100644 --- a/SYCL/DeviceLib/built-ins/vector_integer.cpp +++ b/SYCL/DeviceLib/built-ins/vector_integer.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/vector_math.cpp b/SYCL/DeviceLib/built-ins/vector_math.cpp index e37d48df7b..120cf6fea0 100644 --- a/SYCL/DeviceLib/built-ins/vector_math.cpp +++ b/SYCL/DeviceLib/built-ins/vector_math.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/built-ins/vector_relational.cpp b/SYCL/DeviceLib/built-ins/vector_relational.cpp index a8ffe687d2..fc7571b1ae 100644 --- a/SYCL/DeviceLib/built-ins/vector_relational.cpp +++ b/SYCL/DeviceLib/built-ins/vector_relational.cpp @@ -1,7 +1,6 @@ // FIXME unsupported on windows (opencl and level-zero) until fix of libdevice // UNSUPPORTED: windows && (opencl || level_zero) // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/cmath_fp64_test.cpp b/SYCL/DeviceLib/cmath_fp64_test.cpp index 4bc2fcd75c..e435d8def5 100644 --- a/SYCL/DeviceLib/cmath_fp64_test.cpp +++ b/SYCL/DeviceLib/cmath_fp64_test.cpp @@ -1,10 +1,8 @@ // RUN: %clangxx -fsycl %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/cmath_test.cpp b/SYCL/DeviceLib/cmath_test.cpp index fb6cdd8689..ad9d9a494e 100644 --- a/SYCL/DeviceLib/cmath_test.cpp +++ b/SYCL/DeviceLib/cmath_test.cpp @@ -1,12 +1,10 @@ // UNSUPPORTED: hip // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-builtin %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/imf_simd_emulate_test.cpp b/SYCL/DeviceLib/imf_simd_emulate_test.cpp index 63e18a7e29..e7088867db 100644 --- a/SYCL/DeviceLib/imf_simd_emulate_test.cpp +++ b/SYCL/DeviceLib/imf_simd_emulate_test.cpp @@ -1,11 +1,9 @@ // RUN: %clangxx -fsycl %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/math_fp64_test.cpp b/SYCL/DeviceLib/math_fp64_test.cpp index e14308a124..8f55710f8f 100644 --- a/SYCL/DeviceLib/math_fp64_test.cpp +++ b/SYCL/DeviceLib/math_fp64_test.cpp @@ -1,12 +1,10 @@ // UNSUPPORTED: hip // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/math_fp64_windows_test.cpp b/SYCL/DeviceLib/math_fp64_windows_test.cpp index cdb15c88b0..dd82ede2e4 100644 --- a/SYCL/DeviceLib/math_fp64_windows_test.cpp +++ b/SYCL/DeviceLib/math_fp64_windows_test.cpp @@ -1,10 +1,9 @@ // UNSUPPORTED: windows // Disabled on windows due to bug VS 2019 missing math builtins -// REQUIRES: (cpu || host || accelerator) && windows +// REQUIRES: (cpu || accelerator) && windows // RUN: %clangxx -fsycl -c %s -o %t.o // RUN: %clangxx -fsycl %t.o %sycl_libs_dir/../bin/libsycl-cmath-fp64.o -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" diff --git a/SYCL/DeviceLib/math_override_test.cpp b/SYCL/DeviceLib/math_override_test.cpp index d5ffcee281..c0feaf37f3 100644 --- a/SYCL/DeviceLib/math_override_test.cpp +++ b/SYCL/DeviceLib/math_override_test.cpp @@ -1,6 +1,5 @@ // UNSUPPORTED: windows // RUN: %clangxx -fsycl %s -o %t.out -fno-builtin -// RUN: %HOST_RUN_PLACEHOLDER %t.out #include #include #include diff --git a/SYCL/DeviceLib/math_test.cpp b/SYCL/DeviceLib/math_test.cpp index 5983fd10e3..24a9e4a5f2 100644 --- a/SYCL/DeviceLib/math_test.cpp +++ b/SYCL/DeviceLib/math_test.cpp @@ -1,12 +1,10 @@ // UNSUPPORTED: hip // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/math_windows_test.cpp b/SYCL/DeviceLib/math_windows_test.cpp index b119d3d173..0f0a544915 100644 --- a/SYCL/DeviceLib/math_windows_test.cpp +++ b/SYCL/DeviceLib/math_windows_test.cpp @@ -1,10 +1,9 @@ // UNSUPPORTED: windows // Disabled on windows due to bug VS 2019 missing math builtins -// REQUIRES: (accelerator || cpu || host) && windows +// REQUIRES: (accelerator || cpu) && windows // RUN: %clangxx -fsycl -c %s -o %t.o // RUN: %clangxx -fsycl %t.o %sycl_libs_dir/../bin/libsycl-cmath.o -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" diff --git a/SYCL/DeviceLib/std_complex_math_fp64_test.cpp b/SYCL/DeviceLib/std_complex_math_fp64_test.cpp index 10ff5e4a53..4080d3aa18 100644 --- a/SYCL/DeviceLib/std_complex_math_fp64_test.cpp +++ b/SYCL/DeviceLib/std_complex_math_fp64_test.cpp @@ -1,10 +1,8 @@ // RUN: %clangxx -fsycl %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/std_complex_math_test.cpp b/SYCL/DeviceLib/std_complex_math_test.cpp index 96d9ae106b..f130190e15 100644 --- a/SYCL/DeviceLib/std_complex_math_test.cpp +++ b/SYCL/DeviceLib/std_complex_math_test.cpp @@ -1,10 +1,8 @@ // RUN: %clangxx -fsycl %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DeviceLib/string_test.cpp b/SYCL/DeviceLib/string_test.cpp index 58a959f32f..1cffcf3048 100644 --- a/SYCL/DeviceLib/string_test.cpp +++ b/SYCL/DeviceLib/string_test.cpp @@ -1,12 +1,10 @@ // UNSUPPORTED: hip // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-builtin %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out