Skip to content

Commit caabf12

Browse files
authored
Merge pull request #461 from Xilinx/bump_to_45bb17eb
[AutoBump] Merge with fixes of 45bb17e (Oct 15) (84)
2 parents 0c4c444 + 16d5b7e commit caabf12

File tree

8 files changed

+909
-39
lines changed

8 files changed

+909
-39
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3425,6 +3425,7 @@ def Torch_AtenDivTensorModeOp : Torch_Op<"aten.div.Tensor_mode", [
34253425
printDefaultTorchOp(printer, *this, 3, 1);
34263426
}
34273427
}];
3428+
let hasFolder = 1;
34283429
let hasCanonicalizer = 1;
34293430
}
34303431

@@ -4902,6 +4903,7 @@ def Torch_AtenRsubScalarOp : Torch_Op<"aten.rsub.Scalar", [
49024903
printDefaultTorchOp(printer, *this, 3, 1);
49034904
}
49044905
}];
4906+
let hasFolder = 1;
49054907
let hasCanonicalizer = 1;
49064908
}
49074909

@@ -12716,6 +12718,7 @@ def Torch_AtenIntTensorOp : Torch_Op<"aten.Int.Tensor", [
1271612718
printDefaultTorchOp(printer, *this, 1, 1);
1271712719
}
1271812720
}];
12721+
let hasFolder = 1;
1271912722
let hasCanonicalizer = 1;
1272012723
}
1272112724

@@ -15409,6 +15412,7 @@ def Torch_AtenRemainderScalarOp : Torch_Op<"aten.remainder.Scalar", [
1540915412
printDefaultTorchOp(printer, *this, 2, 1);
1541015413
}
1541115414
}];
15415+
let hasFolder = 1;
1541215416
}
1541315417

1541415418
def Torch_AtenRemainderTensorOp : Torch_Op<"aten.remainder.Tensor", [

0 commit comments

Comments
 (0)