-
Notifications
You must be signed in to change notification settings - Fork 32
[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
base: refine-ops-pass
Are you sure you want to change the base?
Conversation
This PR: makes Refine pass FuncOp based, instead of ModuleOp replaces walkers with PatternRewriters Co-authored-by: ravil-mobile <[email protected]>
Inlined refine ops functions
[AMD] Added `local_alloc` refinement
So this is giving us a nop which we should add to every BB that we want refined and rescheduled? |
3070646
to
0341d75
Compare
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