diff --git a/SYCL/Sampler/unnormalized-clamp-nearest.cpp b/SYCL/Sampler/unnormalized-clamp-nearest.cpp index f635d1e8c3..8c87ff4960 100644 --- a/SYCL/Sampler/unnormalized-clamp-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clamp-nearest.cpp @@ -1,4 +1,4 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip || cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp index 956ad0a011..a50702d04f 100644 --- a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp @@ -1,4 +1,4 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip || cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Sampler/unnormalized-none-nearest.cpp b/SYCL/Sampler/unnormalized-none-nearest.cpp index fadefde39e..5ba8047bff 100644 --- a/SYCL/Sampler/unnormalized-none-nearest.cpp +++ b/SYCL/Sampler/unnormalized-none-nearest.cpp @@ -1,4 +1,4 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip || cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out