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

cuMemcpyDtoDAsync_v2() private method

private cuMemcpyDtoDAsync_v2 ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, ManagedCuda.BasicTypes.CUdeviceptr srcDevice, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
srcDevice ManagedCuda.BasicTypes.CUdeviceptr
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemcpyDtoDAsync_v2(CUdeviceptr dstDevice, CUdeviceptr srcDevice, SizeT ByteCount, CUstream hStream);