Add initial support for pointers in reverse mode #686
Merged
Codecov / codecov/project
succeeded
Dec 30, 2023 in 0s
94.51% (+0.02%) compared to 654faee
View this Pull Request on Codecov
94.51% (+0.02%) compared to 654faee
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Comparison is base (
654faee
) 94.48% compared to head (44b6c50
) 94.51%.
Additional details and impacted files
@@ Coverage Diff @@
## master #686 +/- ##
==========================================
+ Coverage 94.48% 94.51% +0.02%
==========================================
Files 48 48
Lines 7091 7177 +86
==========================================
+ Hits 6700 6783 +83
- Misses 391 394 +3
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/VisitorBase.h | 100.00% <ø> (ø) |
|
lib/Differentiator/BaseForwardModeVisitor.cpp | 98.83% <ø> (-0.02%) |
⬇️ |
lib/Differentiator/CladUtils.cpp | 97.08% <100.00%> (-0.52%) |
⬇️ |
lib/Differentiator/ReverseModeVisitor.cpp | 96.08% <100.00%> (+0.04%) |
⬆️ |
lib/Differentiator/VisitorBase.cpp | 98.05% <100.00%> (+0.10%) |
⬆️ |
... and 1 file with indirect coverage changes
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/VisitorBase.h | 100.00% <ø> (ø) |
|
lib/Differentiator/BaseForwardModeVisitor.cpp | 98.83% <ø> (-0.02%) |
⬇️ |
lib/Differentiator/CladUtils.cpp | 97.08% <100.00%> (-0.52%) |
⬇️ |
lib/Differentiator/ReverseModeVisitor.cpp | 96.08% <100.00%> (+0.04%) |
⬆️ |
lib/Differentiator/VisitorBase.cpp | 98.05% <100.00%> (+0.10%) |
⬆️ |
Loading