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

Commit 328a040

Browse files
committed
Disable tests that fail under emulator
1 parent de7dc0a commit 328a040

37 files changed

+74
-60
lines changed

SYCL/ESIMD/lsc/lsc_surf_load_u16u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u32_stateless.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pv
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u64_stateless.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u8_u16.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u8_u16_stateless.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_load_u8u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_prefetch_u16u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_prefetch_u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_prefetch_u64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_prefetch_u8u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u16u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u32_stateless.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u64_stateless.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u8_u16.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_surf_store_u8u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_usm_block_load_u32.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u32_64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u32_scalar_off.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u64_64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u64_scalar_off.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u8_u16.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_block_load_u8_u16_64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u32.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u32_64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u32_scalar_off.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64_64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_prefetch_u64_scalar_off.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator
910
// RUN: %clangxx -fsycl %s -o %t.out
1011
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1112

SYCL/ESIMD/lsc/lsc_usm_store_u32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_usm_store_u32_64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_usm_store_u8_u16.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/lsc/lsc_usm_store_u8_u16_64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc || esimd_emulator
9-
// UNSUPPORTED: cuda || hip
8+
// REQUIRES: gpu-intel-pvc
9+
// UNSUPPORTED: esimd_emulator || cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

0 commit comments

Comments
 (0)