-
Notifications
You must be signed in to change notification settings - Fork 64
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
Import needs_primal
from Reactant.jl
#2021
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2021 +/- ##
==========================================
+ Coverage 67.50% 70.49% +2.98%
==========================================
Files 31 42 +11
Lines 12668 15247 +2579
==========================================
+ Hits 8552 10748 +2196
- Misses 4116 4499 +383 ☔ View full report in Codecov by Sentry. |
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 but can you bump the version toml for EnzymeCore? [and add compat for Enzyme.jl itself]
@@ -35,7 +35,7 @@ EnzymeStaticArraysExt = "StaticArrays" | |||
BFloat16s = "0.2, 0.3, 0.4, 0.5" | |||
CEnum = "0.4, 0.5" | |||
ChainRulesCore = "1" | |||
EnzymeCore = "0.8.4" |
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.
can the compat be set to either 0.8.4 or 0.8.5 ?
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.
do you mean to support both versions? we can put the ~
specifier in the version
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.
yup so "0.8.4, 0.8.5"
needs_primal(Mode)
returnstrue
if the mode needs to compute the primal.CC @wsmoses