Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
viclafargue committed Jul 12, 2023
1 parent 0bd5c77 commit b8c3d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/umap/knn_graph/algo.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ inline void launcher(const raft::handle_t& handle,
ptrs[0] = inputsA.X;
sizes[0] = inputsA.n;


std::vector<int64_t>* translations = nullptr;
raft::spatial::knn::brute_force_knn(handle,
ptrs,
Expand Down

0 comments on commit b8c3d6b

Please sign in to comment.