1 #ifndef HeterogeneousCore_CUDAUtilities_interface_copyAsync_h
2 #define HeterogeneousCore_CUDAUtilities_interface_copyAsync_h
24 "For array types, use the other overload with the size parameter");
29 inline void copyAsync(device::unique_ptr<T>&
dst,
const host::noncached::unique_ptr<T>&
src, cudaStream_t
stream) {
33 "For array types, use the other overload with the size parameter");
40 "For array types, use the other overload with the size parameter");
89 #endif // HeterogeneousCore_CUDAUtilities_interface_copyAsync_h