Skip to content

Commit

Permalink
Fix clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
whchung committed May 24, 2021
1 parent d5d4d6e commit 7e5cfb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mlir/include/mlir/Dialect/MIOpen/LowerMIOpenOps.h
Original file line number Diff line number Diff line change
Expand Up @@ -6157,8 +6157,9 @@ struct ThreadwiseCopyRewritePattern
}

// Lambda to compute index diff map.
auto computeIndexDiffMap = [&b, &loc, &loopIVsPerAccessOrder, &loopBoundsPerAccessOrder,
&zeroConstantI32Op, &oneConstantI32Op](
auto computeIndexDiffMap = [&b, &loc, &loopIVsPerAccessOrder,
&loopBoundsPerAccessOrder, &zeroConstantI32Op,
&oneConstantI32Op](
SmallVector<Value, 4>
&indexLowerNewUpdated,
AffineMap transform, ShapedType inputType,
Expand Down

0 comments on commit 7e5cfb6

Please sign in to comment.