[AMD] Enable reordering across ops with nested regions#5363
[AMD] Enable reordering across ops with nested regions#5363antiagainst merged 1 commit intotriton-lang:mainfrom
Conversation
9b13622 to
3569317
Compare
|
@antiagainst @sjw36 This is the fix we discussed in PR5203. Kindly let me know if it looks good. |
sjw36
left a comment
There was a problem hiding this comment.
Thanks @karthik-man ! This feature does the right thing!
FYI, it does however enable more reorders, so it may cause changes that affect performance.
Thanks for the review. I don't think that this enables more reorders when compared to the state of this pass before PR5203. |
cb3da9f to
fd0726a
Compare
Right, just the cases that used to crash, now will pass and reorder those cases. |
Re-enable reordering across ops with nested regions.
New contributor declaration
I am not making a trivial change, such as fixing a typo in a comment.
I have written a PR description following these
rules.
I have run
pre-commit run --from-ref origin/main --to-ref HEAD.Select one of the following.
/testforlittests/unittestfor C++ tests/python/testfor end-to-end testsSelect one of the following.
littests.littests I have added follow these best practices,including the "tests should be minimal" section. (Usually running Python code
and using the instructions it generates is not minimal.)