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

Reimplement jacobians using the vectorized forward mode #1121

Merged
merged 4 commits into from
Nov 19, 2024

Add a test for #527

29ad5f6
Select commit
Loading
Failed to load commit list.
Merged

Reimplement jacobians using the vectorized forward mode #1121

Add a test for #527
29ad5f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 0s

95.98% of diff hit (target 94.48%)

View this Pull Request on Codecov

95.98% of diff hit (target 94.48%)

Annotations

Check warning on line 92 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L92

Added line #L92 was not covered by tests

Check warning on line 269 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L269

Added line #L269 was not covered by tests

Check warning on line 272 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L271-L272

Added lines #L271 - L272 were not covered by tests

Check warning on line 274 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L274

Added line #L274 was not covered by tests

Check warning on line 277 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L277

Added line #L277 was not covered by tests

Check warning on line 282 in lib/Differentiator/JacobianModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/JacobianModeVisitor.cpp#L279-L282

Added lines #L279 - L282 were not covered by tests

Check warning on line 30 in lib/Differentiator/VectorForwardModeVisitor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/Differentiator/VectorForwardModeVisitor.cpp#L30

Added line #L30 was not covered by tests