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

Removes an unnecessary include from the dnnd_example_commom.hpp that relied on Boost #74

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions examples/dnnd_example_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <ygm/utility.hpp>

#include <saltatlas/dnnd/data_reader.hpp>
#include <saltatlas/dnnd/dhnsw_index_reader.hpp>
#include <saltatlas/dnnd/utility.hpp>

/// Returns the name of the given primitive type in string.
Expand Down Expand Up @@ -130,4 +129,4 @@ inline void show_query_recall_score_with_distance_ties(
test_result, ground_truth, test_result[0].size(), epsilon);
}
show_query_recall_score_helper("Tied-distance", local_sores, comm);
}
}
Loading