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

Commit bdddd2d

Browse files
[SYCL] Disable SYCL/ESIMD/histogram_{64,2d_64}.cpp on gpu-intel-pvc (#1516)
Same as in #1497, these two were missed for some reason.
1 parent 6c4b8cb commit bdddd2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/ESIMD/histogram_2d_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda || hip
9+
// UNSUPPORTED: cuda || hip || gpu-intel-pvc
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/histogram_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda || hip
9+
// UNSUPPORTED: cuda || hip || gpu-intel-pvc
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

0 commit comments

Comments
 (0)