-
Notifications
You must be signed in to change notification settings - Fork 79
Make sure that we pick up new definition of typetree #2551
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
base: main
Are you sure you want to change the base?
Conversation
a87f1e8 to
2687373
Compare
Benchmark Results
Benchmark PlotsA plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/18046036049/artifacts/4118023165. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2551 +/- ##
==========================================
+ Coverage 75.33% 76.16% +0.82%
==========================================
Files 57 11 -46
Lines 17776 709 -17067
==========================================
- Hits 13392 540 -12852
+ Misses 4384 169 -4215 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| A wrapper around `typetree` that ensures the call happens in the correct world for GPUCompiler. | ||
| Useful when using typetree from a generated function since typetree is user-extendable. | ||
| """ | ||
| function typetree_total(@nospecialize(job::GPUCompiler.CompilerJob), @nospecialize(T), ctx, dl, seen=TypeTreeTable()) |
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.
For clarity could we call this in world instead of total?
72dc55c to
7cebe77
Compare
No description provided.