Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix include errors, header, and unsafe locks in iface.hpp #467

Merged
merged 5 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add the missing header to ivf_flat_c.cpp as well
achirkin committed Nov 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ca583d09303e4b86b81168498e38109b8d80d025
2 changes: 2 additions & 0 deletions cpp/src/neighbors/ivf_flat_c.cpp
100755 → 100644
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@
#include <cuvs/neighbors/ivf_flat.h>
#include <cuvs/neighbors/ivf_flat.hpp>

#include <fstream>

namespace {

template <typename T, typename IdxT>
Loading