Skip to content

Commit

Permalink
Another round of fixes for copy.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 13, 2023
1 parent 1c4d149 commit f82d654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/raft/core/detail/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ __device__ auto increment_indices(IdxType* indices,
* parameters.
*/
template <typename DstType, typename SrcType>
mdspan_copyable_with_kernel_t<DstType, SrcType> RAFT_KERNEL mdspan_copy_kernel(DstType dst,
SrcType src)

RAFT_KERNEL mdspan_copy_kernel(DstType dst, SrcType src)
{
using config = mdspan_copyable<true, DstType, SrcType>;

Expand Down

0 comments on commit f82d654

Please sign in to comment.