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

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

private cuMemcpyHtoDAsync_v2 ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, [ srcHost, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
srcHost [
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
Результат CUResult
            public static extern CUResult cuMemcpyHtoDAsync_v2(CUdeviceptr dstDevice, [In] IntPtr srcHost, SizeT ByteCount, CUstream hStream);