gloo 0.0~git20230117.1090929-2 source package in Ubuntu

Changelog

gloo (0.0~git20230117.1090929-2) unstable; urgency=medium

  * Fix twice in a row FTBFS (Closes: #1044716)

 -- Mo Zhou <email address hidden>  Sat, 19 Aug 2023 23:16:27 -0400

Upload details

Uploaded by:
Debian Deep Learning Team
Uploaded to:
Sid
Original maintainer:
Debian Deep Learning Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
gloo_0.0~git20230117.1090929-2.dsc 2.1 KiB c855340b0169d51883b8bf342f6cfd1fd9cf60e8f0e3171427d9531106157a82
gloo_0.0~git20230117.1090929.orig.tar.xz 177.4 KiB 14a13dceaa15428df98d04294dff8c6b2cce7c02a852962bb2feb3b1f2674b02
gloo_0.0~git20230117.1090929-2.debian.tar.xz 5.8 KiB 8b58bf1705ce5c3e9f166ef4f19998861f7c45fd8e13f888128fc01b2b1e0e71

No changes file available.

Binary packages built by this source

libgloo-dev: Collective communications library (development files)

 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 development files.

libgloo0: 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-dbgsym: debug symbols for libgloo0