软件包:libgloo0(0.0~git20200918.3dc0328-4)
libgloo0 的相关链接
Debian 的资源:
下载源码包 gloo:
- [gloo_0.0~git20200918.3dc0328-4.dsc]
- [gloo_0.0~git20200918.3dc0328.orig.tar.xz]
- [gloo_0.0~git20200918.3dc0328-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Collective communications library (shared object)
Gloo is a collective communications library. It comes with a number of collective algorithms useful for machine learning applications. These include a barrier, broadcast, and allreduce.
Transport of data between participating machines is abstracted so that IP can be used at all times, or InifiniBand (or RoCE) when available. In the latter case, if the InfiniBand transport is used, GPUDirect can be used to accelerate cross machine GPU-to-GPU memory transfers.
Where applicable, algorithms have an implementation that works with system memory buffers, and one that works with NVIDIA GPU memory buffers. In the latter case, it is not necessary to copy memory between host and device; this is taken care of by the algorithm implementations.
This package ships the shared object for Gloo.
其他与 libgloo0 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.30)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libhiredis0.14 (>= 0.14.0)
- minimalistic C client library for Redis
-
- dep: libibverbs1 (>= 1.1.6)
- Library for direct userspace use of RDMA (InfiniBand/iWARP)
-
- dep: libstdc++6 (>= 9)
- GNU 标准 C++ 库,第3版