File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
include/torch-mlir/Conversion/TorchToLinalg Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ include "mlir/Pass/PassBase.td"
1616// Torch conversions
1717//===----------------------------------------------------------------------===//
1818
19- def ConvertTorchToArith : Pass<"convert-torch-to-arith", "func::FuncOp"> {
20- let summary = "Convert recognized Torch ops to Std ops";
21- let constructor = "mlir::torch::createConvertTorchToArithPass()";
22- }
23-
24- def ConvertTorchToSCF: Pass<"convert-torch-to-scf", "func::FuncOp"> {
25- let summary = "Convert recognized Torch ops to SCF ops";
26- let constructor = "mlir::torch::createConvertTorchToSCFPass()";
27- }
28-
2919def ConvertTorchToLinalg : Pass<"convert-torch-to-linalg", "func::FuncOp"> {
3020 let summary = "Convert recognized Torch ops to Linalg ops";
3121 let description = [{
You can’t perform that action at this time.
0 commit comments