Remove obsolete parameter to the MLIRContext constructor (NFC)
This parameter is obsolete and will be remove shortly from MLIR. PiperOrigin-RevId: 338714274 Change-Id: I550803164fd35c92ae38554e9829308503527f85
This commit is contained in:
parent
92bcc8d011
commit
2c787e0028
@ -33,7 +33,7 @@ limitations under the License.
|
||||
|
||||
PYBIND11_MODULE(tfr_wrapper, m) {
|
||||
m.def("verify", [](std::string input) {
|
||||
mlir::MLIRContext ctx(/*loadAllDialects=*/true);
|
||||
mlir::MLIRContext ctx;
|
||||
auto& registry = ctx.getDialectRegistry();
|
||||
registry.insert<mlir::scf::SCFDialect, mlir::TF::TensorFlowDialect,
|
||||
mlir::StandardOpsDialect, mlir::shape::ShapeDialect,
|
||||
|
Loading…
x
Reference in New Issue
Block a user