Name: | root-roofit-batchcompute |
---|---|
Version: | 6.26.08 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 525574 |
License: | LGPLv2+ |
RPM: | root-roofit-batchcompute-6.26.08-1.el9.x86_64.rpm |
Source RPM: | root-6.26.08-1.el9.src.rpm |
Build Date: | Tue Nov 01 2022 |
Build Host: | build-ol9-x86_64.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.26.08 - Drop patch root-move-private-decl.patch (fixed upstream) - Drop some previously backported patches - Rename patch root-blas-linking-and-ignore-prefix.patch (partially fixed) - Backport locking of gInterpreterMutex in TClingClassInfo::IsEnum
- Use upstream's proposed change for the Python garbage collection issue
- Rebuild for gsl-2.7.1
- Use the json 3.11 fix upstream settled on
- Compatibility with nlohmann json 3.11+ - Enable gfal support in EPEL 9 (gfal2 now available)
- Update to 6.26.06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Don't use yuicompressor on Fedora (Java no longer available on ix86)
- Backport python 3.11 fixes from upstream - Backport additional python 3.11 fixes from CPyCppyy upstream - Exclude some failing tests on Fedora 37+ (segfaults during Python garbage collection with Python 3.11) - Adjust some test timeouts
- Rebuilt for Python 3.11