gloo 0.0~git20220518.5b14351-3 source package in Ubuntu

Changelog

gloo (0.0~git20220518.5b14351-3) unstable; urgency=medium

  * Patch code to fix FTBFS against linux 6.0 (Close: #1022319)

 -- Mo Zhou <email address hidden>  Tue, 01 Nov 2022 11:01:56 -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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
gloo_0.0~git20220518.5b14351-3.dsc 2.1 KiB e43f792630eeda7b64bda9ddd6472ddcadbb5245ee7c1429a6e7dd42901eb31c
gloo_0.0~git20220518.5b14351.orig.tar.xz 176.8 KiB 957acbb83b4c034dd36c60fcbbcbf6948a1429479d0ed79169abae7d0049b804
gloo_0.0~git20220518.5b14351-3.debian.tar.xz 4.5 KiB 09f63c4d707bf1537065840c16c6ad9a5f206d1215a8121f3b6ed3e66713d3bb

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