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

[SYCL][CUDA] Enable Basic Image tests #1131

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
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: 1 addition & 2 deletions SYCL/Basic/image/image_array.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: cuda || hip
// CUDA cannot support SYCL 1.2.1 images.
// UNSUPPORTED: hip
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Basic/image/image_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: cuda || hip, windows
// UNSUPPORTED: hip, windows

#include <sycl/sycl.hpp>

Expand Down
4 changes: 2 additions & 2 deletions SYCL/Regression/image_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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: cuda || hip
// CUDA cannot support OpenCL spec conform images.
// UNSUPPORTED: hip
// CUDA doesn't fully support OpenCL spec conform images.

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