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

[SYCL][CUDA] Replace xfail cuda tests to unsupported cuda tests #1340

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions SYCL/Sampler/normalized-clamp-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion SYCL/Sampler/normalized-clampedge-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 1 addition & 3 deletions SYCL/Sampler/normalized-mirror-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 1 addition & 2 deletions SYCL/Sampler/normalized-mirror-nearest.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 1 addition & 3 deletions SYCL/Sampler/normalized-none-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 1 addition & 3 deletions SYCL/Sampler/normalized-repeat-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 1 addition & 2 deletions SYCL/Sampler/normalized-repeat-nearest.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions SYCL/Sampler/unnormalized-clamp-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 1 addition & 2 deletions SYCL/Sampler/unnormalized-clampedge-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 1 addition & 3 deletions SYCL/Sampler/unnormalized-none-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down