-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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][TilingInterface] Make the tiling set tile sizes function use OpFoldResult
.
#66566
[mlir][TilingInterface] Make the tiling set tile sizes function use OpFoldResult
.
#66566
Conversation
4ffecd8
to
9caa02e
Compare
SmallVector<OpFoldResult> &sizes) { | ||
static SmallVector<scf::ForOp> generateTileLoopNest( | ||
OpBuilder &builder, Location loc, ArrayRef<Range> loopRanges, | ||
ArrayRef<OpFoldResult> tileSizeVals, SmallVector<OpFoldResult> &offsets, |
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.
nit: tileSizeVals
-> tileSizes
.
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.
Thanks, looks good to me.
2cbb94a
to
24738d8
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.
LG
24738d8
to
dea0b83
Compare
dea0b83
to
63c3a8e
Compare
No description provided.