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

Commit 4f93724

Browse files
Minor update to sampler tests. More may be coming pending resolution of pixel-data discussion (#171)
Signed-off-by: Chris Perkins <[email protected]>
1 parent c21b0a5 commit 4f93724

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SYCL/Sampler/unnormalized-none-linear.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ void test_unnormalized_none_linear_sampler(image_channel_order ChanOrder,
115115
UnNorm_None_Linear_sampler); // {6,6,7,7} // <<--- should it be
116116
// interpolating with the bg color?
117117
// That doesn't seem right. But it is
118-
// what it is.
118+
// what it is. No longer verifying
119+
// this value in FILECHECK, pending
120+
// further investigation.
119121
});
120122
});
121123
E_Test.wait();
@@ -184,5 +186,4 @@ int main() {
184186
// CHECK-NEXT: 7 -- 0: {25,25,25,25}
185187
// CHECK-NEXT: 8 -- 1: {54,53,52,51}
186188
// CHECK-NEXT: 9 -- 2: {35,35,35,35}
187-
// CHECK-NEXT: 10 -- 3: {6,6,7,7}
188189
// clang-format on

0 commit comments

Comments
 (0)