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

Commit 6c4b8cb

Browse files
[SYCL] Disable SYCL/Regression/image_access.cpp on PVC (#1517)
Images are not supported on that device.
1 parent 9d3549b commit 6c4b8cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/Regression/image_access.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
44
// No execution of FPGA because it does not support images
55
//
6-
// UNSUPPORTED: hip
6+
// PVC doesn't support images.
7+
// UNSUPPORTED: hip, gpu-intel-pvc
78
// CUDA doesn't fully support OpenCL spec conform images.
89

910
//==-------------- image_access.cpp - SYCL image accessors test -----------==//

0 commit comments

Comments
 (0)