Skip to content

Commit 7a55563

Browse files
pgorlanibb-sycl
authored andcommitted
[SYCL][CUDA] Enable Basic Image tests (intel#1131)
1 parent 476bacd commit 7a55563

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

SYCL/Basic/image/image_array.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// UNSUPPORTED: cuda || hip
2-
// CUDA cannot support SYCL 1.2.1 images.
1+
// UNSUPPORTED: hip
32
//
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
54
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_sample.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// Temporarily disable test on Windows due to regressions in GPU driver.
5-
// UNSUPPORTED: cuda || hip, windows
5+
// UNSUPPORTED: hip, windows
66

77
#include <sycl/sycl.hpp>
88

SYCL/Regression/image_access.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
55
// No execution of FPGA because it does not support images
66
//
7-
// UNSUPPORTED: cuda || hip
8-
// CUDA cannot support OpenCL spec conform images.
7+
// UNSUPPORTED: hip
8+
// CUDA doesn't fully support OpenCL spec conform images.
99

1010
//==-------------- image_access.cpp - SYCL image accessors test -----------==//
1111
//

0 commit comments

Comments
 (0)