-
Notifications
You must be signed in to change notification settings - Fork 51
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
Make GPUInterpreter extensible #634
base: vc/plugins
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
64e5353
to
55440bb
Compare
dfd5c35
to
e9d1372
Compare
f647ad6
to
2e306cb
Compare
2e306cb
to
53c94a8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## vc/plugins #634 +/- ##
==============================================
- Coverage 73.68% 72.29% -1.40%
==============================================
Files 24 24
Lines 3310 3353 +43
==============================================
- Hits 2439 2424 -15
- Misses 871 929 +58 ☔ View full report in Codecov by Sentry. |
4e127d6
to
6f8532b
Compare
e9d1372
to
828ee63
Compare
9af6e00
to
9fa52ca
Compare
9fa52ca
to
052a118
Compare
052a118
to
4ef6019
Compare
Currently Enzyme uses it's own AbstractInterpreter, in particular to handle inlining blocking of functions with custom rules and to handle nested autodiff operations. - [ ] Create a version of Enzyme with this - [ ] Support a version of `gpuc.deferred(meta)`
4ef6019
to
1638cc2
Compare
Currently Enzyme uses it's own AbstractInterpreter, in particular to
handle inlining blocking of functions with custom rules and to handle
nested autodiff operations.
gpuc.deferred(meta)