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

[SYCL] Disable SYCL/Regression/image_access.cpp on PVC #1517

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SYCL/Regression/image_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
// No execution of FPGA because it does not support images
//
// UNSUPPORTED: hip
// PVC doesn't support images.
// UNSUPPORTED: hip, gpu-intel-pvc
// CUDA doesn't fully support OpenCL spec conform images.

//==-------------- image_access.cpp - SYCL image accessors test -----------==//
Expand Down