[clad] Initial support of hessian calculation in TFormula using clad#8371
Conversation
|
Can one of the admins verify this patch? |
776aad0 to
9d12fb4
Compare
|
@phsft-bot build! cc: @ioanaif |
|
Starting build on |
aebde14 to
83b06b5
Compare
|
@phsft-bot build! |
|
Starting build on |
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
76aacc4 to
2a5245b
Compare
|
@phsft-bot build! |
|
Starting build on |
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
|
Build failed on ROOT-ubuntu16/nortcxxmod. Errors:
|
|
Build failed on mac11.0/cxx17. Errors:
|
|
Build failed on ROOT-performance-centos8-multicore/default. Errors:
|
|
Build failed on mac1014/python3. Errors:
|
|
Build failed on windows10/cxx14. Errors:
|
150796a to
5a90208
Compare
|
Build failed on windows10/cxx14. Failing tests: |
5a90208 to
f8bcc5c
Compare
|
@lmoneta could you please review the PR? |
|
@phsft-bot build! |
|
Starting build on |
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
f8bcc5c to
74933b5
Compare
|
@phsft-bot build! |
|
Starting build on |
|
Build failed on ROOT-ubuntu16/nortcxxmod. Errors:
|
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
|
@phsft-bot build! |
|
Starting build on |
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
lmoneta
left a comment
There was a problem hiding this comment.
Very nice contribution! Thank you for this nice work.
It Looks good, I have just few comments.
74933b5 to
e072a32
Compare
|
Build failed on windows10/cxx14. Errors:
|
|
@lmoneta could you please look at the replies to your previous comments. |
lmoneta
left a comment
There was a problem hiding this comment.
LGTM now.
I have just a small comment on the documentation
TFormula already supports gradient calculation using clad. This commit extends that support for hessian calculation. Thus the hessian generation is done by clad and TFormula wraps it in a trampoline function.
e072a32 to
1fae3c8
Compare
|
@phsft-bot build! |
|
Starting build on |
|
@sudo-panda @vgvassilev FYI after these changes rootbench (https://github.com/root-project/rootbench) is not compiling anymore: |
|
@oshadura I have put up a PR for that a few minutes ago: root-project/rootbench#233. Could you please review it? |
|
wonderful! thanks a lot! |
TFormula already supports gradient calculation using clad. This commit extends that support for hessian calculation. Thus the hessian generation is done by clad and TFormula wraps it in a trampoline function.