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

Commit 41f64f3

Browse files
authored
[ESIMD] Disable raw send tests on unsupported platform. (#1271)
1 parent 76ab40d commit 41f64f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu-intel-gen9
10-
// UNSUPPORTED: gpu-intel-dg1,cuda,hip
10+
// UNSUPPORTED: gpu-intel-dg1,gpu-intel-dg2,cuda,hip
1111
// UNSUPPORTED: ze_debug-1,ze_debug4
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/vadd_raw_send.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu-intel-gen9
10-
// UNSUPPORTED: gpu-intel-dg1,cuda,hip
10+
// UNSUPPORTED: gpu-intel-dg1,gpu-intel-dg2,cuda,hip
1111
// TODO: esimd_emulator fails due to unimplemented 'raw_send' intrinsic
1212
// XFAIL: esimd_emulator
1313
// RUN: %clangxx -fsycl %s -o %t.out

0 commit comments

Comments
 (0)