diff --git a/SYCL/Sampler/normalized-clamp-linear-float.cpp b/SYCL/Sampler/normalized-clamp-linear-float.cpp index 9937c635a0..83b09de93e 100644 --- a/SYCL/Sampler/normalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/normalized-clamp-linear-float.cpp @@ -1,10 +1,8 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda - // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-clampedge-linear-float.cpp b/SYCL/Sampler/normalized-clampedge-linear-float.cpp index 0aebfce7a1..be752f0748 100644 --- a/SYCL/Sampler/normalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/normalized-clampedge-linear-float.cpp @@ -1,7 +1,8 @@ +// UNSUPPORTED: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda || hip +// XFAIL: hip // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-mirror-linear-float.cpp b/SYCL/Sampler/normalized-mirror-linear-float.cpp index c475c08f75..01de013bed 100644 --- a/SYCL/Sampler/normalized-mirror-linear-float.cpp +++ b/SYCL/Sampler/normalized-mirror-linear-float.cpp @@ -1,10 +1,8 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda - // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-mirror-nearest.cpp b/SYCL/Sampler/normalized-mirror-nearest.cpp index 4cfa8417df..471697dfb2 100644 --- a/SYCL/Sampler/normalized-mirror-nearest.cpp +++ b/SYCL/Sampler/normalized-mirror-nearest.cpp @@ -1,8 +1,7 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda // CUDA is not handling repeat or mirror correctly with normalized coordinates. // Waiting on a fix. diff --git a/SYCL/Sampler/normalized-none-linear-float.cpp b/SYCL/Sampler/normalized-none-linear-float.cpp index f441686b91..205fbd906e 100644 --- a/SYCL/Sampler/normalized-none-linear-float.cpp +++ b/SYCL/Sampler/normalized-none-linear-float.cpp @@ -1,10 +1,8 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda - // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-repeat-linear-float.cpp b/SYCL/Sampler/normalized-repeat-linear-float.cpp index 0b726b4ded..c9f92a1632 100644 --- a/SYCL/Sampler/normalized-repeat-linear-float.cpp +++ b/SYCL/Sampler/normalized-repeat-linear-float.cpp @@ -1,10 +1,8 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda - // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-repeat-nearest.cpp b/SYCL/Sampler/normalized-repeat-nearest.cpp index 7c653c4830..528b54e3f9 100644 --- a/SYCL/Sampler/normalized-repeat-nearest.cpp +++ b/SYCL/Sampler/normalized-repeat-nearest.cpp @@ -1,8 +1,7 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda // CUDA is not handling repeat or mirror correctly with normalized coordinates. // Waiting on a fix. diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index 1070987565..17701b4395 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -1,8 +1,7 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp index 7eea445454..92e24804d9 100644 --- a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp @@ -1,8 +1,7 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/unnormalized-none-linear-float.cpp b/SYCL/Sampler/unnormalized-none-linear-float.cpp index 246a0b582f..7388eb11f3 100644 --- a/SYCL/Sampler/unnormalized-none-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-none-linear-float.cpp @@ -1,10 +1,8 @@ -// UNSUPPORTED: hip +// UNSUPPORTED: hip, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// XFAIL: cuda - // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8)