Skip to content

Commit

Permalink
Add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Tang committed Oct 1, 2024
1 parent c6bfe85 commit 0536888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/dialects/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ class LinalgTranspose(DialectOp):
permutation: List[int]

_syntax_ = [("linalg.transpose"
" ins( {inarg.ssa_id_list} : {in_type.type_list_no_parens} )"
" outs( {init.ssa_id_list} : {init_type.type_list_no_parens} )"
" ins ( {inarg.ssa_id_list} : {in_type.type_list_no_parens} )"
" outs ( {init.ssa_id_list} : {init_type.type_list_no_parens} )"
" permutation = [ {permutation.ssa_use_list} ]")]


Expand Down

0 comments on commit 0536888

Please sign in to comment.