Skip to content

Commit

Permalink
Removing some left over places where implicit instantiations were bei…
Browse files Browse the repository at this point in the history
…ng ignored in headers (#2501)

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Divye Gala (https://github.com/divyegala)

URL: #2501
  • Loading branch information
cjnolet authored Nov 18, 2024
1 parent 1881b4f commit 7ab2b3d
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 7ab2b3d

Please sign in to comment.