[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 8 03:53:28 PST 2025


================
@@ -26,6 +26,8 @@ class PyExecutionEngine {
     other.executionEngine.ptr = nullptr;
   }
   ~PyExecutionEngine() {
+    // Avoid races in llvm::orc::LLJIT::deinitialize
----------------
vfdev-5 wrote:

Confirm that this is a false-positive when tested with libgcc_s built with TSAN

https://github.com/llvm/llvm-project/pull/107103


More information about the Mlir-commits mailing list