Skip to content

Commit ee8030a

Browse files
authored
[SYCL][ESIMD] Fix incorrect REQUIRES line for BFN test (#9016)
1 parent a7a6de2 commit ee8030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/bfn.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: intel-gpu-dg2 || intel-gpu-pvc
8+
// REQUIRES: gpu-intel-dg2 || gpu-intel-pvc
99
// RUN: %clangxx -fsycl-device-code-split=per_kernel -fsycl %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111

0 commit comments

Comments
 (0)