Skip to content

Commit c127de9

Browse files
with AGAMA-676 the normalized-clamp-nearest sampler test now passes with LevelZero. It is 'unexpectedly passing' for xmain, so am re-enabling this test for LevelZero. Will need to enable for SYCLOS at a later date (as the CI system there has not yet been updated to agama-676). (intel#668)
Signed-off-by: Chris Perkins <[email protected]>
1 parent 0af3b52 commit c127de9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SYCL/Sampler/normalized-clamp-nearest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// XFAIL: level_zero
76

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

11-
// LevelZero has a bug wherein it always returns the first pixel value.
12-
// Will re-enable once fixed.
13-
1410
/*
1511
This file sets up an image, initializes it with data,
1612
and verifies that the data is sampled correctly with a

0 commit comments

Comments
 (0)