[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)
Peter Hawkins
llvmlistbot at llvm.org
Thu Dec 26 12:06:39 PST 2024
================
@@ -23,7 +23,7 @@ static bool mlirTypeIsARankedIntegerTensor(MlirType t) {
mlirTypeIsAInteger(mlirShapedTypeGetElementType(t));
}
-PYBIND11_MODULE(_mlirPythonTestPybind11, m) {
----------------
hawkinsp wrote:
Why this change? I think this was correct as is.
https://github.com/llvm/llvm-project/pull/107103
More information about the Mlir-commits
mailing list