Wed, 22 May 2024 04:38:09 UTC | login

Information for build gloo-0.5.0^git20230824.01a0c81-9.fc40

ID300944
Package Namegloo
Version0.5.0^git20230824.01a0c81
Release9.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gloo.git#f48021ea61a74c002b3ab14d30d489b81cd14b70
SummaryCommunications library for AI/ML
Description 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 21 Mar 2024 18:12:27 UTC
CompletedThu, 21 Mar 2024 19:06:48 UTC
Taskbuild (f40, /rpms/gloo.git:f48021ea61a74c002b3ab14d30d489b81cd14b70)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gloo.git#f48021ea61a74c002b3ab14d30d489b81cd14b70'}}
Tags
f40
f41
RPMs
src
gloo-0.5.0^git20230824.01a0c81-9.fc40.src.rpm (info) (download)
noarch
gloo-docs-0.5.0^git20230824.01a0c81-9.fc40.noarch.rpm (info) (download)
riscv64
gloo-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-devel-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-mpich-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-mpich-devel-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-openmpi-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-openmpi-devel-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-debuginfo-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-debugsource-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-mpich-debuginfo-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
gloo-openmpi-debuginfo-0.5.0^git20230824.01a0c81-9.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0^git20230824.01a0c81-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0^git20230824.01a0c81-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Oct 29 2023 Orion Poplawski <orion@nwra.com> - 0.5.0^git20230824.01a0c81-7 - Rebuild for openmpi 5.0.0, drops C++ API * Wed Oct 11 2023 Tom Rix <trix@redhat.com> - 0.5.0^git20230824.01a0c81-6 - Package the mpi includes * Tue Oct 10 2023 Tom Rix <trix@redhat.com> - 0.5.0^git20230824.01a0c81-5 - Put the subpackages back. - Fix MPI configure - change so version to 0.0.230824 * Sun Oct 08 2023 Tom Rix <trix@redat.com> - 0.5.0^git20230824.01a0c81-4 - Rework to remove subpackages * Fri Oct 06 2023 Benson Muite <benson_muite@emailplus.org> - 0.5.0^git20230824.01a0c81-3 - Add mpi subpackages - Add docs subpackage - Add example to check * Sun Sep 24 2023 Tom Rix <trix@redhat.com> - 0.5.0^git20230824.01a0c81-2 - Address review comments - No testing because tests depend on a very old openssl - No libuv yet because needing a PR to its package to get cmake infra - Do not build for i686 * Fri Sep 22 2023 Tom Rix <trix@redhat.com> - 0.5.0^git20230824.01a0c81-1 - Initial package