File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || hip
2
- // CUDA cannot support SYCL 1.2.1 images.
1
+ // UNSUPPORTED: hip
3
2
//
4
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
4
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 2
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
4
// Temporarily disable test on Windows due to regressions in GPU driver.
5
- // UNSUPPORTED: cuda || hip, windows
5
+ // UNSUPPORTED: hip, windows
6
6
7
7
#include < sycl/sycl.hpp>
8
8
Original file line number Diff line number Diff line change 4
4
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
5
5
// No execution of FPGA because it does not support images
6
6
//
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.
9
9
10
10
// ==-------------- image_access.cpp - SYCL image accessors test -----------==//
11
11
//
You can’t perform that action at this time.
0 commit comments