Skip to content

Commit 2192a8b

Browse files
committed
Relax EllpackPageExt buffer equality
1 parent 16d339d commit 2192a8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/cpp/data/test_sparse_page_dmatrix.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ class TestEllpackPageExt : public ::testing::TestWithParam<std::tuple<bool, bool
222222
[[maybe_unused]] auto h_acc = impl->GetHostEllpack(&ctx, &buffer);
223223
std::vector<common::CompressedByteT> buffer_ext;
224224
[[maybe_unused]] auto h_ext_acc = impl_ext->GetHostEllpack(&ctx, &buffer_ext);
225-
ASSERT_EQ(buffer, buffer_ext);
226225
}
227226
};
228227
} // anonymous namespace

0 commit comments

Comments
 (0)