Skip to content

Commit

Permalink
Make ivf_flat_search RAFT_EXPLICIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendriksen committed Apr 26, 2023
1 parent 7d1aa77 commit b647aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/detail/ivf_flat_search-ext.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void search(raft::device_resources const& handle,
uint32_t k,
IdxT* neighbors,
float* distances,
rmm::mr::device_memory_resource* mr = nullptr);
rmm::mr::device_memory_resource* mr = nullptr) RAFT_EXPLICIT;

} // namespace raft::neighbors::ivf_flat::detail

Expand Down

0 comments on commit b647aef

Please sign in to comment.