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 01c8cd6 commit 08e2c15Copy full SHA for 08e2c15
mlir/lib/Bindings/Python/IRCore.cpp
@@ -2587,6 +2587,8 @@ class PyOpAttributeMap {
2587
//------------------------------------------------------------------------------
2588
2589
void mlir::python::populateIRCore(nb::module_ &m) {
2590
+ // disable leak warnings which tend to be false positives.
2591
+ nb::set_leak_warnings(false);
2592
//----------------------------------------------------------------------------
2593
// Enums.
2594
0 commit comments