Skip to content

Commit 978e8e5

Browse files
aelovikov-intelbb-sycl
authored andcommitted
[SYCL] Disable SYCL/ESIMD/histogram_{64,2d_64}.cpp on gpu-intel-pvc (intel#1516)
Same as in intel#1497, these two were missed for some reason.
1 parent b741b4e commit 978e8e5

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)