Wed, 21 Aug 2024 17:16:40 UTC | login

Information for build pthreadpool-0.0^git20230829.4fe0e1e-2.fc40

ID275243
Package Namepthreadpool
Version0.0^git20230829.4fe0e1e
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pthreadpool.git#21badc0887ac6ec639cb534db24b524a7d4573d4
SummaryPortable thread pool
Descriptionpthreadpool is a portable and efficient thread pool implementation. It provides similar functionality to #pragma omp parallel for, but with additional features. Features: * C interface (C++-compatible). * 1D-6D loops with step parameters. * Run on user-specified or auto-detected number of threads. * Work-stealing scheduling for efficient work balancing. * Wait-free synchronization of work items. * Compatible with Linux (including Android), macOS, iOS, Windows, Emscripten environments. * 100% unit tests coverage. * Throughput and latency microbenchmarks.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Dec 2023 00:27:38 UTC
CompletedFri, 08 Dec 2023 04:35:01 UTC
Taskbuild (f40, /rpms/pthreadpool.git:21badc0887ac6ec639cb534db24b524a7d4573d4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pthreadpool.git#21badc0887ac6ec639cb534db24b524a7d4573d4'}}
Tags
f40
RPMs
src
pthreadpool-0.0^git20230829.4fe0e1e-2.fc40.src.rpm (info) (download)
riscv64
pthreadpool-0.0^git20230829.4fe0e1e-2.fc40.riscv64.rpm (info) (download)
pthreadpool-devel-0.0^git20230829.4fe0e1e-2.fc40.riscv64.rpm (info) (download)
pthreadpool-debuginfo-0.0^git20230829.4fe0e1e-2.fc40.riscv64.rpm (info) (download)
pthreadpool-debugsource-0.0^git20230829.4fe0e1e-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Oct 02 2023 Tom Rix <trix@redhat.com> - 0.0^git20230829.4fe0e1e-2 - Address review comments * Sat Sep 16 2023 Tom Rix <trix@redhat.com> - 1.0^git20230829.4fe0e1e-1 - Initial package