[Mlir-commits] [mlir] [MLIR][Python] Fix bug when garbage collecting a DenseResourceElementsAttribute (PR #149414)
Maksim Levental
llvmlistbot at llvm.org
Thu Jul 24 03:08:59 PDT 2025
================
@@ -617,3 +617,16 @@ def test_attribute(context, mview):
# CHECK: BACKING MEMORY DELETED
# CHECK: EXIT FUNCTION
print("EXIT FUNCTION")
+
+
+print("TEST: danglingResource")
----------------
makslevental wrote:
Sorry man I've been caught up - I'll get to it today I promise.
https://github.com/llvm/llvm-project/pull/149414
More information about the Mlir-commits
mailing list