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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)