ManagedCuda.DriverAPINativeMethods.AsynchronousMemcpy_v2.cuMemcpyAsync C# (CSharp) Method

cuMemcpyAsync() private method

private cuMemcpyAsync ( ManagedCuda.BasicTypes.CUdeviceptr dst, ManagedCuda.BasicTypes.CUdeviceptr src, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dst ManagedCuda.BasicTypes.CUdeviceptr
src ManagedCuda.BasicTypes.CUdeviceptr
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemcpyAsync(CUdeviceptr dst, CUdeviceptr src, SizeT ByteCount, CUstream hStream);