Skip to content

Commit 4457fd1

Browse files
victor-edsPietroGhg
authored andcommitted
Use spaces
1 parent 17f5e2b commit 4457fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/intel/include/Dialect/TritonIntelGPU/IR/TritonIntelGPUOps.td

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ def TTIG_SIMDReduceOp : TTIG_Op<"simd_reduce", [Pure, SameOperandsAndResultEleme
286286
```
287287
}];
288288
let arguments = (ins TT_Tensor:$src,
289-
TritonGEN_ReduceKindAttr: $op,
290-
I32Attr:$axis);
289+
TritonGEN_ReduceKindAttr: $op,
290+
I32Attr:$axis);
291291
let results = (outs TT_Tensor:$res);
292292
let assemblyFormat = [{
293293
$op $src `axis` `=` $axis attr-dict `:` type($src) `->` type($res)

0 commit comments

Comments
 (0)