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

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

private cuMemcpyPeerAsync ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, ManagedCuda.BasicTypes.CUcontext dstContext, ManagedCuda.BasicTypes.CUdeviceptr srcDevice, ManagedCuda.BasicTypes.CUcontext srcContext, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
dstContext ManagedCuda.BasicTypes.CUcontext
srcDevice ManagedCuda.BasicTypes.CUdeviceptr
srcContext ManagedCuda.BasicTypes.CUcontext
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
Результат CUResult
            public static extern CUResult cuMemcpyPeerAsync(CUdeviceptr dstDevice, CUcontext dstContext, CUdeviceptr srcDevice, CUcontext srcContext, SizeT ByteCount, CUstream hStream);