Skip to content

Commit

Permalink
Fix template params
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeher committed Nov 6, 2023
1 parent bb769c8 commit 37e35e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/cagra.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ index<T, IdxT> build(raft::resources const& res,
const index_params& params,
mdspan<const T, matrix_extent<int64_t>, row_major, Accessor> dataset)
{
return detail::build(res, params, dataset);
return detail::build<T, IdxT, Accessor>(res, params, dataset);
}

/**
Expand Down

0 comments on commit 37e35e8

Please sign in to comment.