Skip to content

Commit

Permalink
Updating ivf-Pq serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 15, 2023
1 parent fadba70 commit c7a57a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/detail/ivf_pq_serialize.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct check_index_layout {
};

// TODO: Recompute this and come back to it.
template struct check_index_layout<sizeof(index<std::uint64_t>), 480>;
template struct check_index_layout<sizeof(index<std::uint64_t>), 536>;

/**
* Write the index to an output stream
Expand Down

0 comments on commit c7a57a0

Please sign in to comment.