Skip to content
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

[Autotuner] Message glossary #2865

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

Conversation

luarss
Copy link
Contributor

@luarss luarss commented Feb 20, 2025

  • Goal is to mimic the OR Messages Glossary
  • Introduce fixes to find_messages.py to do 2-stage parsing. First stage converts python code into one giant string to aid regex parsing. Second stage is parsing the python code to find the actual line numbers of matches.
  • Fix enables parsing of entire error messages, rather than previous regex limitation of single-line.

Resolves #2837

Reference

Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
@luarss luarss added the autotuner Flow autotuner label Feb 20, 2025
@luarss luarss requested a review from vvbandeira February 20, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autotuner Flow autotuner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create message glossary for AutoTuner
1 participant