Skip to content

Commit 5069cc4

Browse files
authored
[ESIMD][E2E] Limit execution of the test bfloat16Constructor.cpp to DG2 and PVC (#9893)
1 parent 9cab559 commit 5069cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/ESIMD/regression/bfloat16Constructor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// UNSUPPORTED: gpu-intel-gen9
1+
// REQUIRES: gpu-intel-dg2 || gpu-intel-pvc
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// XFAIL: gpu && !esimd_emulator
4+
// XFAIL: windows && !esimd_emulator
55
//==- bfloat16Constructor.cpp - Test to verify use of bfloat16 constructor -==//
66
//
77
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)