[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jan 6 07:06:20 PST 2025
vfdev-5 wrote:
> I suspect the test here may be the most interesting piece to discuss (it uses pytest, which is new, and is best run under TSAN, which you may or may not have in your CI infrastructure for MLIR Python), but if that is going to prove a matter for a long debate I'd suggest iterating on it in a separate PR.
I updated the tests such that it now uses unittest and only runs with free-threaded cpython.
https://github.com/llvm/llvm-project/pull/107103
More information about the Mlir-commits
mailing list