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

Commit cb08705

Browse files
Temporarily disabled unnormalized-clamp-linear-float.cpp (#205)
1 parent 6a3a82a commit cb08705

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
5-
// XFAIL: cuda || (level_zero && windows)
5+
// XFAIL: cuda
6+
// Temporary disabled (#204)
7+
// UNSUPPORTED: level_zero && windows
68

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

0 commit comments

Comments
 (0)