Skip to content

Commit

Permalink
Fix a typo in Toy Chapter 2 tutorial documentation
Browse files Browse the repository at this point in the history
Closes tensorflow/mlir#155

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#155 from Robertorosmaninho:patch-1 232ac4e1253948c7f3150515e93abe50fcec2f96
PiperOrigin-RevId: 271876515
  • Loading branch information
Robertorosmaninho authored and tensorflower-gardener committed Sep 29, 2019
1 parent b6cec09 commit 0db0fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/g3doc/Tutorials/Toy/Ch-2.md
Expand Up @@ -20,7 +20,7 @@ non-trivial lowering from their AST to generate LLVM IR.
As a consequence, multiple frontends end up reimplementing significant pieces of
infrastructure to support the need for these analyses and transformation. MLIR
addresses this issue by being designed for extensibility. As such, there are
little to no pre-defined instructions (*operations* in MLIR terminology) or
little to none pre-defined instructions (*operations* in MLIR terminology) or
types.

## MLIR Dialects and Operations
Expand All @@ -36,7 +36,7 @@ semantics.

MLIR supports this extensibility with the concept of
[Dialects](../../LangRef.md#dialects). Among other things, Dialects provide a
grouping mechanism for operations under a unique `namespace`. Dialects will be a
grouping mechanism for operations under a unique `namespace`. Dialects will be
discussed a bit more in the [next chapter](Ch-3.md).

Here is the MLIR assembly for the Toy 'transpose' operations:
Expand Down

0 comments on commit 0db0fe3

Please sign in to comment.