Skip to content

Commit

Permalink
Correct issue with core/detail/copy.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 13, 2023
1 parent 7754e0f commit 1c4d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/core/detail/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ __device__ auto increment_indices(IdxType* indices,
* parameters.
*/
template <typename DstType, typename SrcType>
RAFT_KERNEL mdspan_copyable_with_kernel_t<DstType, SrcType> mdspan_copy_kernel(DstType dst,
mdspan_copyable_with_kernel_t<DstType, SrcType> RAFT_KERNEL mdspan_copy_kernel(DstType dst,
SrcType src)
{
using config = mdspan_copyable<true, DstType, SrcType>;
Expand Down

0 comments on commit 1c4d149

Please sign in to comment.