-
Notifications
You must be signed in to change notification settings - Fork 33
(Towards #1823) Permit only module-inlined Kernels to be transformed #3294
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: master
Are you sure you want to change the base?
Conversation
|
Possibly I need to store the RoutineSymbol associated with a Kernel within the Kernel class (c.f. Call.reference). That way, I can tell whether it has been module-inlined or not and can get rid of the special flag for that. |
|
Note to self: I will need to remove the |
Codecov Report❌ Patch coverage is
❌ Your project check has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## master #3294 +/- ##
==========================================
- Coverage 99.95% 99.88% -0.08%
==========================================
Files 380 381 +1
Lines 53922 53847 -75
==========================================
- Hits 53900 53786 -114
- Misses 22 61 +39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.