Name: | root-roofit-batchcompute |
---|---|
Version: | 6.26.04 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 229620 |
License: | LGPLv2+ |
RPM: | root-roofit-batchcompute-6.26.04-1.el8.aarch64.rpm |
Source RPM: | root-6.26.04-1.el8.src.rpm |
Build Date: | Fri Jun 24 2022 |
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. |
- Update to 6.26.04 - Drop patch root-missing-include.patch (accepted upstream)
- Rebuild for gcc 12.1 (Fedora 36) - Update the root-tmva-threads patch
- Rebuild for gcc 11.3 (Fedora 35) - Use upstream's version of the dataframe-snapshot on 32 bit patch
- Update to 6.26.02 - Drop patch root-roofit-overflow.patch (previously backported)
- Update to 6.26.00 - New subpackages: root-roofit-common, root-roofit-dataframe-helpers, root-roofit-hs3, root-tmva-sofie and root-tmva-sofie-parser - Removed subpackages: root-memstat and root-montecarlo-vmc - Drop the doxygen generated root-doc package (doxygen runs out of memory) - Dropped patches: 17 - New patches: 22 - Updated patches: 5
- Rebuild for glew 2.2
- Exclude failing test on Fedora 36 ppc64le: test-stressHistFactory(-interpreted) - Disable package note flags
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Backport gcc 12 fix from LLVM - Fix test failure on ppc64le and aarch64 with gcc 12
- Fix segfaults on ppc64le when using the large code model