[Mlir-commits] [mlir] [MLIR][Python] Fix bug when garbage collecting a DenseResourceElementsAttribute (PR #149414)
Max Manainen
llvmlistbot at llvm.org
Thu Jul 24 02:39:34 PDT 2025
================
@@ -617,3 +617,16 @@ def test_attribute(context, mview):
# CHECK: BACKING MEMORY DELETED
# CHECK: EXIT FUNCTION
print("EXIT FUNCTION")
+
+
+print("TEST: danglingResource")
----------------
mamanain wrote:
@makslevental hi! Just gently pinging you on this PR. Please let me know if I shouldn't. There is no rush here, the bug is quite mild.
https://github.com/llvm/llvm-project/pull/149414
More information about the Mlir-commits
mailing list