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

Add TBR analysis to the reverse mode in Clad. #655

Merged
merged 1 commit into from
Dec 1, 2023

Introduce To-Be-Recorded Analysis in Clad.

7a38e51
Select commit
Loading
Failed to load commit list.
Merged

Add TBR analysis to the reverse mode in Clad. #655

Introduce To-Be-Recorded Analysis in Clad.
7a38e51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 1, 2023 in 0s

95.95% of diff hit (target 94.17%)

View this Pull Request on Codecov

95.95% of diff hit (target 94.17%)

Annotations

Check warning on line 168 in include/clad/Differentiator/ReverseModeVisitor.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/clad/Differentiator/ReverseModeVisitor.h#L168

Added line #L168 was not covered by tests

Check warning on line 579 in lib/Differentiator/CladUtils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/CladUtils.cpp#L579

Added line #L579 was not covered by tests

Check warning on line 1043 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L1042-L1043

Added lines #L1042 - L1043 were not covered by tests

Check warning on line 1818 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L1817-L1818

Added lines #L1817 - L1818 were not covered by tests

Check warning on line 2245 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2244-L2245

Added lines #L2244 - L2245 were not covered by tests

Check warning on line 2250 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2249-L2250

Added lines #L2249 - L2250 were not covered by tests

Check warning on line 2421 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2421

Added line #L2421 was not covered by tests

Check warning on line 2809 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2809

Added line #L2809 was not covered by tests

Check warning on line 2835 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2835

Added line #L2835 was not covered by tests

Check warning on line 2928 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2928

Added line #L2928 was not covered by tests

Check warning on line 2940 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2940

Added line #L2940 was not covered by tests

Check warning on line 2962 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2962

Added line #L2962 was not covered by tests

Check warning on line 2964 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2964

Added line #L2964 was not covered by tests

Check warning on line 2968 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L2968

Added line #L2968 was not covered by tests

Check warning on line 3032 in lib/Differentiator/ReverseModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/ReverseModeVisitor.cpp#L3031-L3032

Added lines #L3031 - L3032 were not covered by tests

Check warning on line 21 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 41 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L41

Added line #L41 was not covered by tests

Check warning on line 76 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 97 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L97

Added line #L97 was not covered by tests

Check warning on line 107 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L107

Added line #L107 was not covered by tests

Check warning on line 135 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L135

Added line #L135 was not covered by tests

Check warning on line 234 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L234

Added line #L234 was not covered by tests

Check warning on line 241 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L239-L241

Added lines #L239 - L241 were not covered by tests

Check warning on line 246 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L246

Added line #L246 was not covered by tests

Check warning on line 366 in lib/Differentiator/TBRAnalyzer.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/TBRAnalyzer.cpp#L365-L366

Added lines #L365 - L366 were not covered by tests