From f82d65449f422850e7f7bf35dbdfc25a0a2c2968 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 13 Oct 2023 13:22:04 -0400 Subject: [PATCH] Another round of fixes for copy.hpp --- cpp/include/raft/core/detail/copy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/include/raft/core/detail/copy.hpp b/cpp/include/raft/core/detail/copy.hpp index 8c6f9d10ae..dd50f47786 100644 --- a/cpp/include/raft/core/detail/copy.hpp +++ b/cpp/include/raft/core/detail/copy.hpp @@ -329,8 +329,8 @@ __device__ auto increment_indices(IdxType* indices, * parameters. */ template -mdspan_copyable_with_kernel_t RAFT_KERNEL mdspan_copy_kernel(DstType dst, - SrcType src) + +RAFT_KERNEL mdspan_copy_kernel(DstType dst, SrcType src) { using config = mdspan_copyable;