Skip to content

Commit 5e024f6

Browse files
Fix formatting in GeneratedTorchOps.td
1 parent 719fe5a commit 5e024f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16226,7 +16226,7 @@ def Torch_AtenFlexAttentionOp : Torch_Op<"aten.flex_attention", [
1622616226
AnyTorchTensorType:$key,
1622716227
AnyTorchTensorType:$value,
1622816228
AnyTorchOptionalFloatType:$scale,
16229-
Torch_BoolType:$enable_gqa
16229+
Torch_BoolType:$enable_gqa,
1623016230
Torch_BoolType:$return_lse,
1623116231
OptionalAttr<FlatSymbolRefAttr>:$score_mod_fn,
1623216232
OptionalAttr<FlatSymbolRefAttr>:$mask_mod_fn

0 commit comments

Comments
 (0)