diff --git a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp index fae8679185..2d8271aa32 100644 --- a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp @@ -3,7 +3,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // XFAIL: cuda -// XFAIL: level_zero && windows // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) @@ -190,4 +189,4 @@ int main() { // CHECK-NEXT: read two pixels on either side of 1. float coordinates. ClampEDGE // CHECK-NEXT: 6 -- 1: {0.4,0.4,0.4,0.4} // CHECK-NEXT: 7 -- 1: {0.4,0.4,0.4,0.4} -// clang-format on \ No newline at end of file +// clang-format on diff --git a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp index 7287180587..a2c47ebbc7 100644 --- a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp @@ -2,7 +2,6 @@ // RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER -// XFAIL: level_zero && windows // On Windows, LevelZero returns wrong value for clampedge // out of bounds. Waiting on fix.