Information for build cpuinfo-24.09.26-2.git1e83a2f.fc42.2

ID148321
Package Namecpuinfo
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version24.09.26
Release2.git1e83a2f.fc42.2
Epoch
DraftFalse
Sourcegit+https://github.com/fedora-riscv/cpuinfo.git#7a3c8385f2614a9d5a8e1c67003211d14976d3f6
SummaryA library to detect information about host CPU
Descriptioncpuinfo is a library to detect essential for performance optimization information about host CPU. Features * Cross-platform availability: * Linux, Windows, macOS, Android, and iOS operating systems * x86, x86-64, ARM, and ARM64 architectures * Modern C/C++ interface * Thread-safe * No memory allocation after initialization * No exceptions thrown * Detection of supported instruction sets, up to AVX512 (x86) and ARMv8.3 extensions * Detection of SoC and core information: * Processor (SoC) name * Vendor and microarchitecture for each CPU core * ID (MIDR on ARM, CPUID leaf 1 EAX value on x86) for each CPU core * Detection of cache information: * Cache type (instruction/data/unified), size and line size * Cache associativity * Cores and logical processors (hyper-threads) sharing the cache * Detection of topology information (relative between logical processors, cores, and processor packages) * Well-tested production-quality code: * 60+ mock tests based on data from real devices * Includes work-arounds for common bugs in hardware and OS kernels * Supports systems with heterogenous cores, such as big.LITTLE and Max.Med.Min * Permissive open-source license (Simplified BSD)
Built byliuhaibin
State complete
Volume DEFAULT
StartedThu, 04 Sep 2025 14:05:44 CST
CompletedThu, 04 Sep 2025 14:15:48 CST
Taskbuild (f42, /fedora-riscv/cpuinfo.git:7a3c8385f2614a9d5a8e1c67003211d14976d3f6)
Extra{'source': {'original_url': 'git+https://github.com/fedora-riscv/cpuinfo.git#7a3c8385f2614a9d5a8e1c67003211d14976d3f6'}}
Tags
f42
RPMs
src
cpuinfo-24.09.26-2.git1e83a2f.fc42.2.src.rpm (info) (download)
riscv64
cpuinfo-24.09.26-2.git1e83a2f.fc42.2.riscv64.rpm (info) (download)
cpuinfo-devel-24.09.26-2.git1e83a2f.fc42.2.riscv64.rpm (info) (download)
cpuinfo-debuginfo-24.09.26-2.git1e83a2f.fc42.2.riscv64.rpm (info) (download)
cpuinfo-debugsource-24.09.26-2.git1e83a2f.fc42.2.riscv64.rpm (info) (download)
Logs
riscv64
mock_config.log
build.log
state.log
root.log
hw_info.log
dnf5.log
mock_output.log
installed_pkgs.log
Changelog * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 24.09.26-2.git1e83a2f.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat May 03 2025 Tom Rix <Tom.Rix@amd.com> - 24.09.26-2.git1e83a2f.1 - Move license to main package * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 24.09.26-1.git1e83a2f.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.11.04-0.gitd6860c4.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Mar 10 2024 Tom Rix <trix@redhat.com> - 23.11.04-0.gitd6860c4 - Update for pytorch 2.3 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.2.14-3.giteb4a667.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.2.14-3.giteb4a667.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 26 2023 Tom Rix <trix@redhat.com> - 23.2.14-3.giteb4a667 - Add aarch64 to exclusive arch - Make files more explicit - Add opional check - Fix license