Conversation
This takes the time to run the ChainRules test suite from 52 minutes down to 40 in my tests. I think there are still more gains to be had here by playing around a bit with `Experimental.@compiler_options`, but initially that caused some of the inference tests to fail.
Codecov Report
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
+ Coverage 90.94% 91.00% +0.06%
==========================================
Files 11 11
Lines 287 289 +2
==========================================
+ Hits 261 263 +2
Misses 26 26
Continue to review full report at Codecov.
|
|
This makes sense. What happenes if we turn it back on for the rand_tangent file? |
|
Good point! Trying that right now. |
Looks like that helps in some tests, but was overall slower. We probably don't spend enough time in |
This takes the time to run the ChainRules test suite from 52 minutes
down to 40 in my tests. I think there are still more gains to be had
here by playing around a bit with
Experimental.@compiler_options, butinitially that caused some of the inference tests to fail.