Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify pullback calls in the reverse mode #802

Merged
merged 10 commits into from
Mar 18, 2024

Move GetMultiArgCentralDiffCall to ReverseModeVisitor

b340d05
Select commit
Loading
Failed to load commit list.
Merged

Simplify pullback calls in the reverse mode #802

Move GetMultiArgCentralDiffCall to ReverseModeVisitor
b340d05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2024 in 0s

94.95% (+0.08%) compared to 8a77f81

View this Pull Request on Codecov

94.95% (+0.08%) compared to 8a77f81

Details

Codecov Report

Attention: Patch coverage is 97.67442% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.95%. Comparing base (8a77f81) to head (b340d05).
Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #802      +/-   ##
==========================================
+ Coverage   94.86%   94.95%   +0.08%     
==========================================
  Files          49       49              
  Lines        7357     7468     +111     
==========================================
+ Hits         6979     7091     +112     
+ Misses        378      377       -1     
Files Coverage Δ
include/clad/Differentiator/CladUtils.h 100.00% <ø> (ø)
include/clad/Differentiator/ErrorEstimator.h 100.00% <ø> (ø)
...e/clad/Differentiator/MultiplexExternalRMVSource.h 100.00% <ø> (ø)
include/clad/Differentiator/ReverseModeVisitor.h 97.87% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/CladUtils.cpp 93.00% <100.00%> (-3.75%) ⬇️
lib/Differentiator/ErrorEstimator.cpp 99.02% <100.00%> (ø)
lib/Differentiator/MultiplexExternalRMVSource.cpp 90.52% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 97.29% <100.00%> (+0.70%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.74% <ø> (-0.15%) ⬇️
... and 1 more

... and 2 files with indirect coverage changes

Files Coverage Δ
include/clad/Differentiator/CladUtils.h 100.00% <ø> (ø)
include/clad/Differentiator/ErrorEstimator.h 100.00% <ø> (ø)
...e/clad/Differentiator/MultiplexExternalRMVSource.h 100.00% <ø> (ø)
include/clad/Differentiator/ReverseModeVisitor.h 97.87% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/CladUtils.cpp 93.00% <100.00%> (-3.75%) ⬇️
lib/Differentiator/ErrorEstimator.cpp 99.02% <100.00%> (ø)
lib/Differentiator/MultiplexExternalRMVSource.cpp 90.52% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 97.29% <100.00%> (+0.70%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.74% <ø> (-0.15%) ⬇️
... and 1 more

... and 2 files with indirect coverage changes