-
Notifications
You must be signed in to change notification settings - Fork 36
AD Performance #467
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
AD Performance #467
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## master #467 +/- ##
==========================================
+ Coverage 93.09% 93.70% +0.61%
==========================================
Files 52 52
Lines 1275 1351 +76
==========================================
+ Hits 1187 1266 +79
+ Misses 88 85 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: Théo Galy-Fajou <[email protected]>
Don't forget to bump the version. |
@devmotion thanks for the careful review -- I believe I've resolved everything that you discussed |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
All CI appears to be passing at last! |
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.
LGTM 👍
Summary
Extends work from #466 to many (nearly all) of our kernels. Identifies various performance bugs in the process, and fixes many of them.
Proposed changes
Introduces the
test_interface_ad_perf
function intest/test_utils.jl
. This utilises the allocations-invariant-to-input-size heuristic to check performance.What alternatives have you considered?
N/A
Breaking changes
None