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

cuMemcpyDtoHAsync_v2() private method

private cuMemcpyDtoHAsync_v2 ( [ dstHost, ManagedCuda.BasicTypes.CUdeviceptr srcDevice, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstHost [
srcDevice ManagedCuda.BasicTypes.CUdeviceptr
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemcpyDtoHAsync_v2([Out] IntPtr dstHost, CUdeviceptr srcDevice, SizeT ByteCount, CUstream hStream);