Skip to content

Commit

Permalink
Make sure logger-macros are included in every header that uses RAFT_L…
Browse files Browse the repository at this point in the history
…OG_TRACE_VEC
  • Loading branch information
vyasr committed Dec 17, 2024
1 parent 60e9a2a commit 25617ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/include/raft/cluster/detail/kmeans_balanced.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <raft/cluster/kmeans_balanced_types.hpp>
#include <raft/common/nvtx.hpp>
#include <raft/core/cudart_utils.hpp>
#include <raft/core/logger-macros.hpp>
#include <raft/core/logger.hpp>
#include <raft/core/operators.hpp>
#include <raft/core/resource/cuda_stream.hpp>
Expand Down
1 change: 1 addition & 0 deletions cpp/include/raft/neighbors/detail/ivf_flat_build.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <raft/cluster/kmeans_balanced.cuh>
#include <raft/core/logger-macros.hpp>
#include <raft/core/logger.hpp>
#include <raft/core/mdarray.hpp>
#include <raft/core/nvtx.hpp>
Expand Down
3 changes: 2 additions & 1 deletion cpp/include/raft/neighbors/detail/ivf_flat_search-inl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

#pragma once

#include <raft/core/logger.hpp> // RAFT_LOG_TRACE
#include <raft/core/logger-macros.hpp>
#include <raft/core/logger.hpp>
#include <raft/core/resource/cuda_stream.hpp>
#include <raft/core/resources.hpp> // raft::resources
#include <raft/distance/distance_types.hpp> // is_min_close, DistanceType
Expand Down

0 comments on commit 25617ad

Please sign in to comment.