SyTen

◆ copy() [2/11]

template<typename T >
void syten::Cuda::copy ( const T *  src,
CudaPtr< T >  dst,
std::size_t  num,
[[maybe_unused] ] CudaStream const &  str 
)

Copies num objects of type T from src to dst within stream str.

References syten::Cuda::CudaPtr< T >::c(), and copy().

+ Here is the call graph for this function: