Skip to content

Commit

Permalink
undo small docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Nov 16, 2023
1 parent 55fa0ef commit 8eb07f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/ivf_pq_helpers.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void unpack_compressed_list_data(raft::resources const& res,
* // Get the list size
* uint32_t list_size = 0;
* raft::copy(&list_size, index.list_sizes().data_handle() + label, 1,
* resource::get_cuda_stream(res)); resource::sync_stream(res);
* resource::get_cuda_stream(res)); resource::sync_stream(res);
* // allocate the buffer for the output
* auto decoded_vectors = raft::make_device_matrix<float>(res, list_size, index.dim());
* // decode the whole list
Expand Down

0 comments on commit 8eb07f8

Please sign in to comment.