[Mlir-commits] [mlir] update: added sub operation (PR #126468)
Prashant Kumar
llvmlistbot at llvm.org
Wed Feb 19 09:46:57 PST 2025
================
@@ -135,6 +135,31 @@ def AddOp : Toy_Op<"add",
];
}
+//===----------------------------------------------------------------------===//
----------------
pashu123 wrote:
This op would have to be updated where the ops were introduced first and later copied to every tutorial.
https://github.com/llvm/llvm-project/pull/126468
More information about the Mlir-commits
mailing list