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

Commit c2464fe

Browse files
authored
Enable sampler's tests after Windows GPURT uplift to 27.20.100.9466 (#246)
1 parent 8796e54 commit c2464fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
55
// XFAIL: cuda
6-
// XFAIL: level_zero && windows
76

87
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
98
// type (such as unorm_int8)
@@ -190,4 +189,4 @@ int main() {
190189
// CHECK-NEXT: read two pixels on either side of 1. float coordinates. ClampEDGE
191190
// CHECK-NEXT: 6 -- 1: {0.4,0.4,0.4,0.4}
192191
// CHECK-NEXT: 7 -- 1: {0.4,0.4,0.4,0.4}
193-
// clang-format on
192+
// clang-format on

SYCL/Sampler/unnormalized-clampedge-nearest.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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: level_zero && windows
65

76
// On Windows, LevelZero returns wrong value for clampedge
87
// out of bounds. Waiting on fix.

0 commit comments

Comments
 (0)