diff options
| author | Alex Zinenko <zinenko@google.com> | 2019-12-10 03:00:29 -0800 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-12-10 03:00:57 -0800 |
| commit | ac4873322f0951a00f8591f2305337ca3d6c7762 (patch) | |
| tree | f909f67b61bb10ffba6ceba1b7c43fd0127c2d87 /mlir/lib/Conversion/VectorToLoops | |
| parent | acb23ff48d959846e608368e3432c13fe21e67d5 (diff) | |
| download | bcm5719-llvm-ac4873322f0951a00f8591f2305337ca3d6c7762.tar.gz bcm5719-llvm-ac4873322f0951a00f8591f2305337ca3d6c7762.zip | |
Drop Markdown style annotations
These come from a non-standard extenion that is not available on Github, so it
only clutters the documentation source with {.mlir} or {.ebnf} tags.
PiperOrigin-RevId: 284733003
Diffstat (limited to 'mlir/lib/Conversion/VectorToLoops')
| -rw-r--r-- | mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp b/mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp index 43ad91ce878..681e6e964f2 100644 --- a/mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp +++ b/mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp @@ -51,7 +51,7 @@ using vector_type_cast = edsc::intrinsics::ValueBuilder<vector::TypeCastOp>; /// /// Consider the case: /// -/// ```mlir {.mlir} +/// ```mlir /// // Read the slice `%A[%i0, %i1:%i1+256, %i2:%i2+32]` into /// // vector<32x256xf32> and pad with %f0 to handle the boundary case: /// %f0 = constant 0.0f : f32 @@ -68,7 +68,7 @@ using vector_type_cast = edsc::intrinsics::ValueBuilder<vector::TypeCastOp>; /// resembling the following (while guaranteeing an always full-tile /// abstraction): /// -/// ```mlir {.mlir} +/// ```mlir /// loop.for %d2 = 0 to %c256 { /// loop.for %d1 = 0 to %c32 { /// %s = %A[%i0, %i1 + %d1, %i2 + %d2] : f32 |

