We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a962739 commit 06e36e7Copy full SHA for 06e36e7
cpp/src/preprocessing/quantize/detail/binary.cuh
@@ -276,7 +276,7 @@ auto train(raft::resources const& res,
276
const size_t dataset_size = dataset.extent(0);
277
quantizer.threshold = raft::make_device_vector<T, int64_t>(res, dataset_dim);
278
279
- cccccbldtjetcfejhhtbcdrdigvvehddtdgflftfjhie std::vector<T> host_threshold_vec(dataset_dim);
+ std::vector<T> host_threshold_vec(dataset_dim);
280
auto threshold_ptr = host_threshold_vec.data();
281
282
if (params.threshold == cuvs::preprocessing::quantize::binary::bit_threshold::mean) {
0 commit comments