Skip to content

Commit 6953c46

Browse files
[SYCL][Test E2E] Use %{build}/%{run} in ESIMD tests (#9328)
1 parent 3225dab commit 6953c46

File tree

327 files changed

+667
-667
lines changed

Some content is hidden

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

327 files changed

+667
-667
lines changed

sycl/test-e2e/ESIMD/BitonicSortK.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip || esimd_emulator
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "BitonicSortK.hpp"

sycl/test-e2e/ESIMD/BitonicSortK_emu.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: esimd_emulator
9-
// RUN: %clangxx -fsycl %s -o %t.out
10-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
9+
// RUN: %{build} -o %t.out
10+
// RUN: %{run} %t.out
1111

1212
#define ESIMD_EMU
1313

sycl/test-e2e/ESIMD/BitonicSortKv2.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/InlineAsm/asm_glb.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10-
// RUN: %clangxx -fsycl %s -o %t.out
11-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
10+
// RUN: %{build} -o %t.out
11+
// RUN: %{run} %t.out
1212

1313
#include "../esimd_test_utils.hpp"
1414

sycl/test-e2e/ESIMD/InlineAsm/asm_simd_mask.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "../esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/InlineAsm/asm_simd_view.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "../esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/InlineAsm/asm_vadd.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "../esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/PrefixSum.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/Prefix_Local_sum1.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/Prefix_Local_sum3.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/Stencil.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

sycl/test-e2e/ESIMD/acc_gather_scatter_rgba.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// The test checks functionality of the gather_rgba/scatter_rgba accessor-based
1515
// ESIMD intrinsics.

sycl/test-e2e/ESIMD/acc_gather_scatter_rgba_stateless.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// The test checks functionality of the gather_rgba/scatter_rgba accessor-based
1515
// ESIMD intrinsics when stateless memory accesses are enforced, i.e. accessor

sycl/test-e2e/ESIMD/accessor.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -D_CRT_SECURE_NO_WARNINGS=1 -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// This test checks that accessor-based memory accesses work correctly in ESIMD.
1515

sycl/test-e2e/ESIMD/accessor_gather_scatter.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// The test checks functionality of the gather/scatter accessor-based ESIMD
1515
// intrinsics.

sycl/test-e2e/ESIMD/accessor_gather_scatter_stateless.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// The test checks functionality of the gather/scatter accessor-based ESIMD
1515
// intrinsics when stateless memory accesses are enforced, i.e. accessor based

sycl/test-e2e/ESIMD/accessor_load_store.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// REQUIRES: gpu
1313
// UNSUPPORTED: gpu-intel-gen9 && windows
1414
// UNSUPPORTED: cuda || hip
15-
// RUN: %clangxx -fsycl %s -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -o %t.out
16+
// RUN: %{run} %t.out
1717

1818
#include "accessor_load_store.hpp"

sycl/test-e2e/ESIMD/accessor_load_store_stateless.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// REQUIRES: gpu
1414
// UNSUPPORTED: gpu-intel-gen9 && windows
1515
// UNSUPPORTED: cuda || hip
16-
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
17-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
16+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
17+
// RUN: %{run} %t.out
1818

1919
#include "accessor_load_store.hpp"

sycl/test-e2e/ESIMD/accessor_stateless.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -D_CRT_SECURE_NO_WARNINGS=1 -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// This test checks that accessor-based memory accesses work correctly in ESIMD
1515
// when stateless memory accesses are enforced, i.e. accessor based accesses

sycl/test-e2e/ESIMD/addc.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10-
// RUN: %clangxx -fsycl %s -o %t.out
11-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
10+
// RUN: %{build} -o %t.out
11+
// RUN: %{run} %t.out
1212

1313
// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
1414
// carry returning the result as 2 parts: carry flag the input modified operand

sycl/test-e2e/ESIMD/aot_mixed.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// UNSUPPORTED: windows
1414
// UNSUPPORTED: linux
1515
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
16+
// RUN: %{run} %t.sycl.out
1717
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s
18-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
18+
// RUN: %{run} %t.out
1919

2020
// This test checks the following ESIMD ahead-of-time compilation scenarios:
2121
// 1) When the application contains both SYCL and ESIMD kernel, thus requiring

sycl/test-e2e/ESIMD/api/ballot.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// This test checks esimd::ballot function.
1515

sycl/test-e2e/ESIMD/api/bin_and_cmp_ops_heavy.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// REQUIRES: gpu && !gpu-intel-pvc
1010
// UNSUPPORTED: gpu-intel-gen9 && windows
1111
// UNSUPPORTED: cuda || hip
12-
// RUN: %clangxx -fsycl-device-code-split=per_kernel -fsycl %s -o %t.out
13-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
12+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
13+
// RUN: %{run} %t.out
1414

1515
// Tests various binary operations applied to simd objects.
1616

sycl/test-e2e/ESIMD/api/bin_and_cmp_ops_heavy_pvc.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu-intel-pvc
9-
// RUN: %clangxx -fsycl %s -o %t.out
10-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
9+
// RUN: %{build} -o %t.out
10+
// RUN: %{run} %t.out
1111

1212
// Tests various binary operations applied to simd objects.
1313
// PVC variant of the test - adds bfloat16 and tfloat32.

sycl/test-e2e/ESIMD/api/esimd_bit_ops.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// Smoke test for esimd bit operations APIs.
1515

sycl/test-e2e/ESIMD/api/esimd_merge.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// This is a functional test for esimd::merge free functions, as well as
1515
// two-input version of the simd_obj_impl::merge.

sycl/test-e2e/ESIMD/api/esimd_pack_unpack_mask.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
12+
// RUN: %{run} %t.out
1313
//
1414
// Smoke test for the esimd pack_mask/unpack_mask APIs.
1515

sycl/test-e2e/ESIMD/api/esimd_rgba_smoke.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// Smoke test for scatter/gather also illustrating correct use of these APIs
1515

sycl/test-e2e/ESIMD/api/esimd_rgba_smoke_64.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: gpu-intel-gen9 && windows
1010
// UNSUPPORTED: cuda || hip
11-
// RUN: %clangxx -fsycl %s -o %t.out
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: %{build} -o %t.out
12+
// RUN: %{run} %t.out
1313

1414
// Smoke test for scatter/gather also illustrating correct use of these APIs
1515
// 64 bit offset variant of the test - uses 64 bit offsets.

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_array_core.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// RUN: %{run} %t.out
1717
//
1818
// Test for simd constructor from an array.
1919
// This test uses different data types, sizes and different simd constructor

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_array_fp_extra.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// RUN: %{run} %t.out
1717
//
1818
// Test for simd constructor from an array.
1919
// This test uses extra fp data types, sizes and different simd constructor

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_broadcast_core.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// XRUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// XRUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// XRUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// XRUN: %{run} %t.out
1717
//
1818
// Test for simd broadcast constructor.
1919
// This test uses different data types, sizes and different simd constructor

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_broadcast_fp_extra.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// RUN: %{run} %t.out
1717
//
1818
// Test for simd broadcast constructor.
1919
// This test uses fp extra data types, sizes and different simd constructor

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_converting_core.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// RUN: %{run} %t.out
1717
//
1818
// Test for simd converting constructor for core types.
1919
// This test uses different data types, dimensionality, base and step values and

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_converting_fp_extra.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1313
// "XREQUIRES".
1414
// UNSUPPORTED: cuda, hip
15-
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
16-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
16+
// RUN: %{run} %t.out
1717
//
1818
// Test for simd converting constructor for extra fp types.
1919
// This test uses extra fp data types with different dimensionality, base and

0 commit comments

Comments
 (0)