-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[mlir][linalg] Add mixed precision folding pattern in vectorize_children_and_apply_patterns TD Op #148684
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
[mlir][linalg] Add mixed precision folding pattern in vectorize_children_and_apply_patterns TD Op #148684
Changes from 2 commits
851ec2a
0c11c39
edcedf4
fcc14b3
b0ad862
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any objections to "clustering" tests for Basically, at least to me, a test for mixed precision should be a variation of an existing test where only element types are mixed. The addition of Tl;Dr Let's group tests by the Op that's being tested rather than "attribute" that's being included. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ok, I will try. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to the idea but this kind of refactor should've been left to a separate PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! The "diff" looks quite drastic. Shouldn't it recognise that you are merely inserting new tests? I'm just wondering whether it's the "diff" itself or whether there's more changes here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actual test change is minor. The drastic diff is expected as we reordered and grouped the tests operation wise. One reason for drastic diff could be that I preferred to keep the |
Uh oh!
There was an error while loading. Please reload this page.