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

Remove 2 Sampler's XFAIL when Windows GPURT uplift to 27.20.100.9466 #246

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions SYCL/Sampler/unnormalized-clampedge-linear-float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
// clang-format on
1 change: 0 additions & 1 deletion SYCL/Sampler/unnormalized-clampedge-nearest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down