Skip to content

Commit

Permalink
Updating ivf-flat serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 15, 2023
1 parent 77bc461 commit fadba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/detail/ivf_flat_serialize.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct check_index_layout {
"paste in the new size and consider updating the serialization logic");
};

template struct check_index_layout<sizeof(index<double, std::uint64_t>), 328>;
template struct check_index_layout<sizeof(index<double, std::uint64_t>), 368>;

/**
* Save the index to file.
Expand Down

0 comments on commit fadba70

Please sign in to comment.