Name: | root-roofit-batchcompute |
---|---|
Version: | 6.24.06 |
Release: | 2.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 225252 |
License: | LGPLv2+ |
RPM: | root-roofit-batchcompute-6.24.06-2.el7.x86_64.rpm |
Source RPM: | root-6.24.06-2.el7.src.rpm |
Build Date: | Sun Dec 19 2021 |
Build Host: | build-ol7-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. |
- Fix segfaults on ppc64le when using the large code model
- Update to 6.24.06
- Rebuilt with OpenSSL 3.0.0
- Update to 6.24.04 - Add dependency on json-devel to root-core - Disable uring in EPEL 8 (liburing is available, but uring not supported by kernel)
- Update to 6.24.02 - ROOT now uses llvm/clang version 9 (updated from version 5) - No longer exclude arch s390x (better supported in llvm/clang 9) - Drop patches accepted upstream or previously backported - Backport some fixes that make more tests work - New subpackages: python{2,3}-distrdf, root-roofit-batchcompute - Require js-jsroot >= 6
- Drop the memstat module for Fedora 35+ The required __malloc_hook was removed from glibc 2.33.9000-48 The memstat module is deprecated and will be removed in root 6.26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Backport fix for jsroot loading in jupyterlab
- Add configuration for jupyterlab
- cmake in EPEL 8 no longer provides cmake3