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

[SYCL] reenable L0 Win Sampler tests #922

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: 0 additions & 3 deletions SYCL/Sampler/normalized-clamp-linear-float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: level_zero && windows
// XFAIL: cuda

// LevelZero on Windows hangs with normalized coordinates. Waiting on fix.

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

Expand Down
3 changes: 0 additions & 3 deletions SYCL/Sampler/normalized-clamp-nearest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// TODO: enable this test after flaky bug is gone on Windows
// UNSUPPORTED: windows

// LevelZero has a bug wherein it always returns the first pixel value.
// Will re-enable once fixed.

Expand Down
2 changes: 0 additions & 2 deletions SYCL/Sampler/normalized-clampedge-linear-float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// XFAIL: cuda || hip
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: windows

// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
// type (such as unorm_int8)
Expand Down
2 changes: 0 additions & 2 deletions SYCL/Sampler/normalized-clampedge-nearest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Missing __spirv_ImageWrite, __spirv_SampledImage,
// __spirv_ImageSampleExplicitLod on AMD
// XFAIL: hip_amd
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: windows

/*
This file sets up an image, initializes it with data,
Expand Down
5 changes: 0 additions & 5 deletions SYCL/Sampler/unnormalized-clamp-linear-float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: cuda
// Temporary disabled (#204)
// UNSUPPORTED: level_zero && windows

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

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

/*
This file sets up an image, initializes it with data,
and verifies that the data is sampled correctly with a
Expand Down
3 changes: 1 addition & 2 deletions SYCL/Sampler/unnormalized-clamp-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: hip, windows
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
6 changes: 1 addition & 5 deletions SYCL/Sampler/unnormalized-clampedge-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: hip, windows
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand All @@ -9,9 +8,6 @@
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
// type (such as unorm_int8)

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

/*
This file sets up an image, initializes it with data,
and verifies that the data is sampled correctly with a
Expand Down
6 changes: 1 addition & 5 deletions SYCL/Sampler/unnormalized-clampedge-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: hip, windows
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

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

/*
This file sets up an image, initializes it with data,
and verifies that the data is sampled correctly with a
Expand Down