Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit fedac17

Browse files
[ESIMD] Remove -vc-codegen option for ESIMD tests (#120)
1 parent 3eb2c2a commit fedac17

39 files changed

+38
-41
lines changed

SYCL/ESIMD/BitonicSortK.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
11+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

1313
#include "esimd_test_utils.hpp"
1414

SYCL/ESIMD/BitonicSortKv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/PrefixSum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/Prefix_Local_sum1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/Stencil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

1414
#include "esimd_test_utils.hpp"
1515

SYCL/ESIMD/accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
11-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
11+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

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

SYCL/ESIMD/accessor_gather_scatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
11+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//
1313
// The test checks functionality of the gather/scatter accessor-based ESIMD
1414
// intrinsics.

SYCL/ESIMD/accessor_load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11-
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
11+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//
1313
// The test checks functionality of the scalar load/store accessor-based ESIMD
1414
// intrinsics.

0 commit comments

Comments
 (0)