Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #554 +/- ##
==========================================
- Coverage 98.39% 98.29% -0.11%
==========================================
Files 107 109 +2
Lines 4739 4813 +74
==========================================
+ Hits 4663 4731 +68
- Misses 76 82 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #554 +/- ##
==========================================
- Coverage 97.77% 97.71% -0.06%
==========================================
Files 110 112 +2
Lines 5439 5522 +83
==========================================
+ Hits 5318 5396 +78
- Misses 121 126 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Implement a new
MixedModebackend which allows computing sparse Jacobians with a combination of forward and reverse modes.DI source
MixedMode(forward, reverse)to store a combination of forward mode and reverse mode backends.DI extensions
MixedModebackends by computing two compressed matricesBrandBcfrom a bidirectional coloring. Each sub-backend (forward and reverse) has its own separate process, the only common part is the joint decompression from SMC.DI tests
MixedModeon sparse Jacobian scenarios.DIT source
Chores