8000 ASCII extraction by hiker · Pull Request #2941 · stfc/PSyclone · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

ASCII extraction #2941

wants to merge 14 commits into from

Conversation

hiker
Copy link
Collaborator
@hiker hiker commented Mar 29, 2025

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.

Copy link
codecov bot commented Mar 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.89%. Comparing base (e95eefe) to head (bb4237f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hiker
Copy link
Collaborator Author
hiker commented Apr 3, 2025

I also found the extraction in the tutorials, and have taken the opportunity to add driver compilation to the tutorial. I had to remove protected declarations from some variables to allow the driver to work. So all in all this PR adds:

  • ASCII format for kernel extraction and driver creation.
  • New example for transformation-only kernel extraction (no driver creation yet)
  • Updated tutorial to also show creation and usage of driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0