We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f42dbd commit e246789Copy full SHA for e246789
mlir/lib/Bindings/Python/IRCore.cpp
@@ -2629,8 +2629,6 @@ class PyOpAttributeMap {
2629
//------------------------------------------------------------------------------
2630
2631
void mlir::python::populateIRCore(nb::module_ &m) {
2632
- // disable leak warnings which tend to be false positives.
2633
- nb::set_leak_warnings(false);
2634
//----------------------------------------------------------------------------
2635
// Enums.
2636
0 commit comments