From 1c4d149bc661f7cc5f7dc810424b2f876b261262 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 13 Oct 2023 09:57:27 -0400 Subject: [PATCH] Correct issue with core/detail/copy.hpp --- cpp/include/raft/core/detail/copy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/raft/core/detail/copy.hpp b/cpp/include/raft/core/detail/copy.hpp index 7ad5356b15..8c6f9d10ae 100644 --- a/cpp/include/raft/core/detail/copy.hpp +++ b/cpp/include/raft/core/detail/copy.hpp @@ -329,7 +329,7 @@ __device__ auto increment_indices(IdxType* indices, * parameters. */ template -RAFT_KERNEL mdspan_copyable_with_kernel_t mdspan_copy_kernel(DstType dst, +mdspan_copyable_with_kernel_t RAFT_KERNEL mdspan_copy_kernel(DstType dst, SrcType src) { using config = mdspan_copyable;