-
Notifications
You must be signed in to change notification settings - Fork 31
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
Decouple JAX & C++ code generation #2615
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2615 +/- ##
===========================================
+ Coverage 77.80% 77.89% +0.08%
===========================================
Files 329 330 +1
Lines 21737 21833 +96
Branches 1477 1477
===========================================
+ Hits 16912 17006 +94
- Misses 4814 4816 +2
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.-
Quality Gate passedIssues Measures |
Seperates code generation for JAX & C++. Enables alteration of generated symbolics for JAX.