You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[math] Forward declare sgemm_ in custom derivatives header
Forward declare `sgemm_` in custom derivatives header, instead of using
the forward declaration wrapped inside the SOFIE namespace. Otherwise,
the `CladDerivator.h` header is broken in case ROOT was built without
TMVA.
This change is covered by the SOFIE unit test `TestGemmDerivative`.
Follows up on #18364.
0 commit comments