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

Commit 5bcfcce

Browse files
Update unnormalized-clamp-linear-float.cpp
1 parent befc291 commit 5bcfcce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
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+
// Temporary disabled on level_zero && windows (#204)
6+
// UNSUPPORTED: cuda || (level_zero && windows)
67

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

1011
// On Windows, LevelZero returns wrong result for outside right pixel when using
1112
// unorm_int8 data.
1213

13-
// #204 Disable unstable tests
14-
// REQUIRES: TEMPORARY_DISABLED
15-
1614
/*
1715
This file sets up an image, initializes it with data,
1816
and verifies that the data is sampled correctly with a

0 commit comments

Comments
 (0)