Skip to content

Commit

Permalink
Missed a couple places that were still using raft compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 18, 2024
1 parent e4e19a4 commit 213a596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 91 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"

0 comments on commit 213a596

Please sign in to comment.