Name: | root-roofit-batchcompute |
---|---|
Version: | 6.36.04 |
Release: | 1.el10_0 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 138734 |
License: | BSD-2-Clause |
RPM: | root-roofit-batchcompute-6.36.04-1.el10_0.aarch64.rpm |
Source RPM: | root-6.36.04-1.el10_0.src.rpm |
Build Date: | Mon Sep 08 2025 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://root.cern/ |
Summary: | Optimized computation functions for PDFs |
Description: | While fitting, a significant amount of time and processing power is spent on computing the probability function for every event and PDF involved in the fitting model. To speed up this process, roofit can use the computation functions provided in this library. The functions provided here process whole data arrays (batches) instead of a single event at a time, as in the legacy evaluate() function in roofit. In addition, the code is written in a manner that allows for compiler optimizations, notably auto-vectorization. This library is compiled multiple times for different vector instuction set architectures and the optimal code is executed during runtime, as a result of an automatic hardware detection mechanism that this library contains. |
- Update to 6.36.04
- Rebuild for tbb 2022.2.0
- Support libarrow 21
- Rebuild for libarrow 21
- Rebuilt for Python 3.14.0rc2 bytecode
- Rebuild for libarrow 21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
- Update to 6.36.02
- Rebuilt for libarrow 20
- Add root-tree-ntuple and root-tree-ntuple-utils dependensies to root-core (listed in root-config --libs) - Rename root-fonts package to root-font-files - Add optional test dependency python3-pandas now available in EPEL 10 - Add dependency jupyter-notebook to root-jupyroot for EPEL 10.1 and later - Fix Python 3.14 refcount issues in tests