-
Notifications
You must be signed in to change notification settings - Fork 631
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
[LinalgExt] Retire LinalgExt::ReverseOp
#17866
Conversation
fffdf8a
to
f24b4d8
Compare
f041fdf
to
cf53dfd
Compare
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.
Nice cleanup, thanks! Just few nits.
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
LinalgExt::ReverseOp
LinalgExt::ReverseOp
268f829
to
10193a9
Compare
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.
LGTM, just few style nits. Thanks!
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/input/StableHLO/Conversion/StableHLOToLinalgExt.cpp
Outdated
Show resolved
Hide resolved
10193a9
to
796888a
Compare
796888a
to
a4698bf
Compare
Signed-off-by: Alan Li <[email protected]>
Signed-off-by: Alan Li <[email protected]>
Signed-off-by: Alan Li <[email protected]>
a4698bf
to
6524f19
Compare
Want this merged? I cancelled the job that was stalled waiting for a runner. |
@ScottTodd Please merge it. Thank you. |
`LinalgExt::ReverseOp` is only lowered from `stablehlo::ReverseOp`. We can expand `stablehlo::ReverseOp` to a different pattern and retire `LinalgExt::ReverseOp`. Fixes iree-org#16060 --------- Signed-off-by: Alan Li <[email protected]> Signed-off-by: Lubo Litchev <[email protected]>
LinalgExt::ReverseOp
is only lowered fromstablehlo::ReverseOp
. We can expandstablehlo::ReverseOp
to a different pattern and retireLinalgExt::ReverseOp
.Fixes #16060