Skip to content

Commit b82027f

Browse files
authored
[SYCL][ESIMD][E2E] Disable test on DG2 (#9284)
DG2 doesn't support the sqrtm instruction used in the test. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 25e86bd commit b82027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/ext_math_ieee_sqrt_div.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-gen9 || gpu-intel-dg2 || gpu-intel-pvc || esimd_emulator
8+
// REQUIRES: gpu-intel-gen9 || gpu-intel-pvc || esimd_emulator
99

1010
// RUN: %clangxx -fsycl-device-code-split=per_kernel -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)