Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Nov 16, 2023
1 parent 8eb07f8 commit f8956d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/raft/neighbors/ivf_pq_helpers.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ inline void pack(
* auto codes = raft::make_device_matrix<uint8_t>(
* res, n_rows, raft::ceildiv(index.pq_dim() * index.pq_bits(), 8));
* ... prepare compressed vectors to pack into the list in codes ...
* // write codes into the list starting from the 42nd position. If the current size of the list is
* // greater than 42, this will overwrite the codes starting at this offset.
* // write codes into the list starting from the 42nd position. If the current size of the list
* // is greater than 42, this will overwrite the codes starting at this offset.
* ivf_pq::helpers::codepacker::pack_compressed(
* res, codes.data_handle(), n_rows, index.pq_dim(), index.pq_bits(), 42, list_data);
* @endcode
Expand Down

0 comments on commit f8956d5

Please sign in to comment.