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 25d68a6 commit bd81c39Copy full SHA for bd81c39
mlir/include/mlir/IR/AffineMap.h
@@ -110,8 +110,8 @@ class AffineMap {
110
/// * getMultiDimMapWithTargets(3, [2, 1])
111
/// -> affine_map<(d0, d1, d2) -> (d2, d1)>
112
static AffineMap getMultiDimMapWithTargets(unsigned numDims,
113
- ArrayRef<int64_t> targets,
114
- MLIRContext *context);
+ ArrayRef<int64_t> targets,
+ MLIRContext *context);
115
116
/// Returns a vector of AffineMaps; each with as many results as
117
/// `exprs.size()`, as many dims as the largest dim in `exprs` and as many
0 commit comments