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

Minor update to Sampler test #171

Merged
Merged
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
5 changes: 3 additions & 2 deletions SYCL/Sampler/unnormalized-none-linear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ void test_unnormalized_none_linear_sampler(image_channel_order ChanOrder,
UnNorm_None_Linear_sampler); // {6,6,7,7} // <<--- should it be
// interpolating with the bg color?
// That doesn't seem right. But it is
// what it is.
// what it is. No longer verifying
// this value in FILECHECK, pending
// further investigation.
});
});
E_Test.wait();
Expand Down Expand Up @@ -184,5 +186,4 @@ int main() {
// CHECK-NEXT: 7 -- 0: {25,25,25,25}
// CHECK-NEXT: 8 -- 1: {54,53,52,51}
// CHECK-NEXT: 9 -- 2: {35,35,35,35}
// CHECK-NEXT: 10 -- 3: {6,6,7,7}
// clang-format on