Sat, 18 May 2024 04:12:15 UTC | login

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

ID275168
Package Namegloo
Version0.5.0^git20230824.01a0c81
Release7.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gloo.git#a4010614b6582ebf98685058ea17e3368cfe4e45
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, 07 Dec 2023 14:03:40 UTC
CompletedThu, 07 Dec 2023 18:19:09 UTC
Taskbuild (f40, /rpms/gloo.git:a4010614b6582ebf98685058ea17e3368cfe4e45)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gloo.git#a4010614b6582ebf98685058ea17e3368cfe4e45'}}
Tags
f40
RPMs
src
gloo-0.5.0^git20230824.01a0c81-7.fc40.src.rpm (info) (download)
noarch
gloo-docs-0.5.0^git20230824.01a0c81-7.fc40.noarch.rpm (info) (download)
riscv64
gloo-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-devel-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-mpich-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-mpich-devel-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-openmpi-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-openmpi-devel-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-debuginfo-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-debugsource-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-mpich-debuginfo-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
gloo-openmpi-debuginfo-0.5.0^git20230824.01a0c81-7.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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