Skip to content

Commit

Permalink
Removing remaining instances of implicit instantiations
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 18, 2024
1 parent 213a596 commit 6496938
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,579 deletions.
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 6496938

Please sign in to comment.