[v640] Backport recent fixes to the release branch#22067
Merged
guitargeek merged 4 commits intoroot-project:v6-40-00-patchesfrom Apr 26, 2026
Merged
[v640] Backport recent fixes to the release branch#22067guitargeek merged 4 commits intoroot-project:v6-40-00-patchesfrom
guitargeek merged 4 commits intoroot-project:v6-40-00-patchesfrom
Conversation
(cherry picked from commit 66c0acc)
If the BLAS library is not found at configuration time, we should try to fallback to the GSL CBLAS library, and if it still can't be found, error out in the configuration. The branch that handles the error was already there, but the GSL fallback was not implemented correctly. The GSL fallback also needs to consider `builtin_gsl` correctly, and to achieve this, finding GSL is not done after checking the required BLAS library for TMVA CPU. Closes root-project#22020. (cherry picked from commit 0e45a9e)
nodesChildren is keyed by original graph node indices, while the parse loop iterates over nodesOrder positions. Use nodesOrder[i] to retrieve the correct child list for the currently parsed node and avoid incorrect fusion pairing on reordered graphs. (cherry picked from commit 168b17e)
Test Results 21 files 21 suites 3d 3h 33m 2s ⏱️ Results for commit aa32c51. |
568fc05
into
root-project:v6-40-00-patches
28 of 30 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport the following PRs:
tmva-cpu=ON use_gsl_cblas=OFFcase #22044