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

Commit 21472dc

Browse files
authored
[SYCL][CUDA] Re-enable test for samplers (#1062)
This patch re-enables the tests disabled in #1052 due to intel/llvm#6285 which is solved by intel/llvm#6335.
1 parent a84675d commit 21472dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SYCL/Sampler/unnormalized-clamp-nearest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: hip || cuda
1+
// UNSUPPORTED: hip
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Sampler/unnormalized-clampedge-nearest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: hip || cuda
1+
// UNSUPPORTED: hip
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Sampler/unnormalized-none-nearest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: hip || cuda
1+
// UNSUPPORTED: hip
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)