We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e33e commit 64d9c2dCopy full SHA for 64d9c2d
mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
@@ -141,7 +141,6 @@ struct ParallelComputeFunctionArgs {
141
BlockArgument blockSize();
142
ArrayRef<BlockArgument> tripCounts();
143
ArrayRef<BlockArgument> lowerBounds();
144
- ArrayRef<BlockArgument> upperBounds();
145
ArrayRef<BlockArgument> steps();
146
ArrayRef<BlockArgument> captures();
147
0 commit comments