From c665b3d64a77b32bbc6b2552b101fc936b7006fd Mon Sep 17 00:00:00 2001 From: Pavel V Chupin Date: Thu, 9 Jun 2022 15:05:45 -0700 Subject: [PATCH] [SYCL] These tests are currently failing on CUDA Temporarily disabling these to enable CUDA testing for the rest. Issue: https://github.com/intel/llvm/issues/6285 --- SYCL/Sampler/unnormalized-clamp-nearest.cpp | 2 +- SYCL/Sampler/unnormalized-clampedge-nearest.cpp | 2 +- SYCL/Sampler/unnormalized-none-nearest.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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