-
Notifications
You must be signed in to change notification settings - Fork 703
[DataTiling] Add matmul_k option to SetEncoding pass. #20529
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
Conversation
compiler/src/iree/compiler/DispatchCreation/test/set_encoding.mlir
Outdated
Show resolved
Hide resolved
027f4ed
to
a60947b
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.
We also need two global flags to enable it in the pipeline.
iree/compiler/src/iree/compiler/GlobalOptimization/Passes.cpp
Lines 178 to 179 in 7724306
FunctionLikeNest(mainPassManager) | |
.addPass(DispatchCreation::createSetEncodingPass); |
.addPass(createSetEncodingPass) |
compiler/src/iree/compiler/DispatchCreation/test/set_encoding.mlir
Outdated
Show resolved
Hide resolved
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.
LG, just one nit about comment and naming and one revert request for final
.
No description provided.