Skip to content

Commit

Permalink
Exclude the other index includes from dynamic_batching.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin committed Dec 3, 2024
1 parent acec170 commit 07ed312
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1,062 deletions.
4 changes: 0 additions & 4 deletions cpp/include/cuvs/neighbors/dynamic_batching.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

#include <cuvs/neighbors/common.hpp>

#include <cuvs/neighbors/cagra.hpp>
#include <cuvs/neighbors/ivf_flat.hpp>
#include <cuvs/neighbors/ivf_pq.hpp>

namespace cuvs::neighbors::dynamic_batching {

namespace detail {
Expand Down
1 change: 1 addition & 0 deletions cpp/src/neighbors/detail/dynamic_batching.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <chrono>
#include <limits>
#include <memory>
#include <variant>
#include <vector>

#ifndef CUVS_SYSTEM_LITTLE_ENDIAN
Expand Down
Loading

0 comments on commit 07ed312

Please sign in to comment.