Skip to content

Commit

Permalink
[mlir][Linalg] NFC - Post-commit format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vasilache committed Jan 3, 2020
1 parent 447dafd commit 786f51d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Expand Up @@ -98,7 +98,8 @@ ValueHandle LoopNestRangeBuilder::LoopNestRangeBuilder::operator()(
}

namespace mlir {
namespace edsc {
namespace edsc {

template <>
GenericLoopNestRangeBuilder<
loop::ForOp>::GenericLoopNestRangeBuilder(ArrayRef<edsc::ValueHandle *> ivs,
Expand All @@ -123,7 +124,7 @@ GenericLoopNestRangeBuilder<
}
builder = std::make_unique<AffineLoopNestBuilder>(ivs, lbs, ubs, steps);
}

} // namespace edsc
} // namespace mlir

Expand Down

0 comments on commit 786f51d

Please sign in to comment.