Skip to content

Commit ce76c8d

Browse files
jle-quelbb-sycl
authored andcommitted
[SYCL][CUDA] Replace xfail cuda tests to unsupported cuda tests (intel#1340)
replace xfail cuda tests to unsupported cuda tests
1 parent d88b0a7 commit ce76c8d

10 files changed

+11
-24
lines changed

SYCL/Sampler/normalized-clamp-linear-float.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// XFAIL: cuda
7-
86
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
97
// type (such as unorm_int8)
108

SYCL/Sampler/normalized-clampedge-linear-float.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// UNSUPPORTED: cuda
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: %GPU_RUN_PLACEHOLDER %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4-
// XFAIL: cuda || hip
5+
// XFAIL: hip
56

67
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
78
// type (such as unorm_int8)

SYCL/Sampler/normalized-mirror-linear-float.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

6-
// XFAIL: cuda
7-
86
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
97
// type (such as unorm_int8)
108

SYCL/Sampler/normalized-mirror-nearest.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// XFAIL: cuda
65

76
// CUDA is not handling repeat or mirror correctly with normalized coordinates.
87
// Waiting on a fix.

SYCL/Sampler/normalized-none-linear-float.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

6-
// XFAIL: cuda
7-
86
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
97
// type (such as unorm_int8)
108

SYCL/Sampler/normalized-repeat-linear-float.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

6-
// XFAIL: cuda
7-
86
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
97
// type (such as unorm_int8)
108

SYCL/Sampler/normalized-repeat-nearest.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// XFAIL: cuda
65

76
// CUDA is not handling repeat or mirror correctly with normalized coordinates.
87
// Waiting on a fix.

SYCL/Sampler/unnormalized-clamp-linear-float.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// XFAIL: cuda
65

76
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
87
// type (such as unorm_int8)

SYCL/Sampler/unnormalized-clampedge-linear-float.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5-
// XFAIL: cuda
65

76
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
87
// type (such as unorm_int8)

SYCL/Sampler/unnormalized-none-linear-float.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: hip, cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

6-
// XFAIL: cuda
7-
86
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
97
// type (such as unorm_int8)
108

0 commit comments

Comments
 (0)