-
-
Notifications
You must be signed in to change notification settings - Fork 614
fix test enzyme #2563
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
fix test enzyme #2563
Conversation
| @test g[1].bias ≈ ones(Float32, 4) | ||
| end | ||
| end | ||
| using Enzyme: Enzyme, Duplicated, Const, Active |
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.
Maybe this PR is a good time to insert an if VERSION < v"1.12-" in front of using Enzyme? Then CI on nightly might start telling us things again.
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.
Thanks! Want to rebase on #2569?
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.
Between Enzyme and CUDA, I wonder if we shouldn't move (Flux.jl, Zygote can stay) CI to test on prereleases instead of nightly. The signal-to-noise ratio of testing only nightly is quite low because of how often those two deps are broken on it.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2563 +/- ##
=======================================
Coverage 32.50% 32.50%
=======================================
Files 34 34
Lines 2003 2003
=======================================
Hits 651 651
Misses 1352 1352 ☔ View full report in Codecov by Sentry. |
marks as broken an enzyme test that makes the CI fail. Also, moves the enzyme testing utilities to the
test_gradientsfunction.