From: Oleksandr "Alex" Zinenko Date: Mon, 17 Oct 2022 13:28:36 +0000 (+0200) Subject: [mlir] fix markdown in VectorOps.td X-Git-Tag: upstream/17.0.6~30372 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef96d141a7247832986099722907ca44bbb7ec4;p=platform%2Fupstream%2Fllvm.git [mlir] fix markdown in VectorOps.td --- diff --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td index 71ded86..2b3ed46 100644 --- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td +++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td @@ -114,22 +114,23 @@ def Vector_ContractionOp : An iterator type attribute list must be specified, where each element of the list represents an iterator with one of the following types: - *) "reduction": reduction dimensions are present in the lhs and rhs - arguments but not in the output (and accumulator - argument). These are the dimensions along which the vector - contraction op computes the sum of products, and - contracting dimension pair dimension sizes must match - between lhs/rhs. - *) "parallel": Batch dimensions are iterator type "parallel", and - are non-contracting dimensions present in the lhs, rhs and - output. The lhs/rhs co-iterate along the batch dimensions, - which should be expressed in their indexing maps. - - Free dimensions are iterator type "parallel", and are - non-contraction, non-batch dimensions accessed by either the - lhs or rhs (but not both). The lhs and rhs free dimensions - are unrelated to each other and do not co-iterate, which - should be expressed in their indexing maps. + * "reduction": reduction dimensions are present in the lhs and rhs + arguments but not in the output (and accumulator + argument). These are the dimensions along which the vector + contraction op computes the sum of products, and + contracting dimension pair dimension sizes must match + between lhs/rhs. + + * "parallel": Batch dimensions are iterator type "parallel", and + are non-contracting dimensions present in the lhs, rhs and + output. The lhs/rhs co-iterate along the batch dimensions, + which should be expressed in their indexing maps. + + Free dimensions are iterator type "parallel", and are + non-contraction, non-batch dimensions accessed by either the + lhs or rhs (but not both). The lhs and rhs free dimensions + are unrelated to each other and do not co-iterate, which + should be expressed in their indexing maps. An indexing map attribute list must be specified with an entry for lhs, rhs and acc arguments. An indexing map attribute specifies a mapping from each