-
Notifications
You must be signed in to change notification settings - Fork 31
ASCII extraction #2941
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?
ASCII extraction #2941
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2941 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 362 362
Lines 51685 51685
=======================================
Hits 51633 51633
Misses 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I also found the extraction in the tutorials, and have taken the opportunity to add driver compilation to the tutorial. I had to remove
|
This adds an ASCII extraction library. I have also added an example for extraction of generic kernels (though atm we can't create drivers for it. I know I had nemo extraction+driver hacked in the past to work (hence this example that I never committed). With the work on moving to PSyIR (#1010) and refactoring kernel extraction into a common base class, we should be very close to also allow driver creation here.