Skip to content

[AMD] Added Refine-Reschedule hint for rescheduling #791

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 49 commits into
base: refine-ops-pass
Choose a base branch
from

Conversation

ravil-mobile
Copy link

The old hint is very verbose and we don't need any arguments for the new pass - i.e., refine-ops-pass. To keep everything concise, I added a new hint-op which takes no parameters. It is easy to write lit tests

ravil-mobile and others added 30 commits April 28, 2025 09:49
@guacamoleo
Copy link

So this is giving us a nop which we should add to every BB that we want refined and rescheduled?
Is this independent of sched_hint? Meaning, we used to put sched_hint='refine_ops' in our config.yaml files to enable refinement. Do we still have to specify something to enable refinement in the config.yaml?
Aleks has a PR which just performs refinement on all BB; how does this new nop relate to that?
Is it just needed for tests to say to run that pass? I thought there was already some other syntax to specify which passes to run for tests.

@ravil-mobile ravil-mobile force-pushed the refine-ops-pass branch 2 times, most recently from 3070646 to 0341d75 Compare June 23, 2025 14:48
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.

3 participants