ManagedCuda.DriverAPINativeMethods.AsynchronousMemcpy_v2.cuMemcpyDtoDAsync_v2 C# (CSharp) Метод

cuMemcpyDtoDAsync_v2() приватный Метод

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
Результат CUResult
            public static extern CUResult cuMemcpyDtoDAsync_v2(CUdeviceptr dstDevice, CUdeviceptr srcDevice, SizeT ByteCount, CUstream hStream);