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 6684c39 commit c8855b6Copy full SHA for c8855b6
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