Skip to content

Commit

Permalink
Use spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-eds authored and PietroGhg committed Feb 18, 2025
1 parent 17f5e2b commit 4457fd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ def TTIG_SIMDReduceOp : TTIG_Op<"simd_reduce", [Pure, SameOperandsAndResultEleme
```
}];
let arguments = (ins TT_Tensor:$src,
TritonGEN_ReduceKindAttr: $op,
I32Attr:$axis);
TritonGEN_ReduceKindAttr: $op,
I32Attr:$axis);
let results = (outs TT_Tensor:$res);
let assemblyFormat = [{
$op $src `axis` `=` $axis attr-dict `:` type($src) `->` type($res)
Expand Down

0 comments on commit 4457fd1

Please sign in to comment.