Name: | root-roofit-batchcompute |
---|---|
Version: | 6.26.10 |
Release: | 2.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 226119 |
License: | LGPLv2+ |
RPM: | root-roofit-batchcompute-6.26.10-2.el8.aarch64.rpm |
Source RPM: | root-6.26.10-2.el8.src.rpm |
Build Date: | Thu Feb 23 2023 |
Build Host: | build-ol8-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. |
- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
- Update to 6.26.10 - Drop patches root-Fixes-for-garbage-collection-in-Python-3.11.patch and root-Guard-gInterpreterMutex-in-TClingClassInfo-IsEnum.patch (fixed upstream) - Use different filenames in io/loopdir tests - Update root-test-timeout.patch to address one more issue
- Avoid race condition between C++ and Python version of a roofit test
- 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