-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Duplicate likely nodes added when loop axis split unevenly #5084
Conversation
Gentle reminder : @tqchen, @zhiics, @MarisaKirisame |
1f5d949
to
0c597ed
Compare
@zhiics : Thanks for your comment! It is handled now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This look good to me, although I am not fluent in tensor ir, so I think it will be best if some other ppl also give it a look.
@yzhliu can you take a look? Thanks. |
0c597ed
to
20437f9
Compare
@MarisaKirisame : Thanks for your comment! It is handled now. |
@zhiics , @MarisaKirisame : Thanks for your review! |
@yzhliu: Gentle reminder! |
Thanks @ANSHUMAN87 @MarisaKirisame @yzhliu |
* [TE][Schedule] Duplicate likely nodes removed * [1] Test case added * [2] Lint error fixed * [3] Review comments handled * [4] Review comments handled
* [TE][Schedule] Duplicate likely nodes removed * [1] Test case added * [2] Lint error fixed * [3] Review comments handled * [4] Review comments handled
1:> This PR handles duplicate likely nodes added when loop axis is split into non-divisible factors.
2:> The scenario is covered in the test case.