Skip to content

Commit

Permalink
Merge branch 'branch-24.12' into enh_nccl_subcomm
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak authored Nov 18, 2024
2 parents 2b2abfe + 7ab2b3d commit 9550466
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1,670 deletions.
84 changes: 0 additions & 84 deletions cpp/include/raft/distance/fused_distance_nn-ext.cuh

This file was deleted.

8 changes: 1 addition & 7 deletions cpp/include/raft/distance/fused_distance_nn.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,4 @@
*/
#pragma once

#ifndef RAFT_EXPLICIT_INSTANTIATE_ONLY
#include "fused_distance_nn-inl.cuh"
#endif

#ifdef RAFT_COMPILED
#include "fused_distance_nn-ext.cuh"
#endif
#include "fused_distance_nn-inl.cuh"
73 changes: 0 additions & 73 deletions cpp/include/raft/linalg/detail/coalesced_reduction-ext.cuh

This file was deleted.

7 changes: 0 additions & 7 deletions cpp/include/raft/linalg/detail/coalesced_reduction.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,4 @@

#pragma once

// Always include inline definitions of coalesced reduction, because we do not
// force explicit instantion.
#include "coalesced_reduction-inl.cuh"

// Do include the extern template instantiations when possible.
#ifdef RAFT_COMPILED
#include "coalesced_reduction-ext.cuh"
#endif
Loading

0 comments on commit 9550466

Please sign in to comment.