Skip to content

Commit

Permalink
[MLIR][SCF] Fix top-level comment (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
chelini committed Jun 7, 2022
1 parent f66f4d3 commit 2cbf0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
@@ -1,4 +1,4 @@
//===- ParallelLoopTiling.cpp - Tiles scf.parallel ---------------===//
//===- ParallelLoopTiling.cpp - Tiles scf.parallel ------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down Expand Up @@ -47,7 +47,7 @@ using namespace mlir::scf;
///
/// where the uses of %i0 and %i1 in the loop body are replaced by
/// %i0 + j0 and %i1 + %j1.
//
///
/// The old loop is replaced with the new one.
std::pair<ParallelOp, ParallelOp>
mlir::scf::tileParallelLoop(ParallelOp op, ArrayRef<int64_t> tileSizes,
Expand Down

0 comments on commit 2cbf0b3

Please sign in to comment.