[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 2 05:19:49 PST 2025
================
@@ -23,7 +23,7 @@ static bool mlirTypeIsARankedIntegerTensor(MlirType t) {
mlirTypeIsAInteger(mlirShapedTypeGetElementType(t));
}
-PYBIND11_MODULE(_mlirPythonTestPybind11, m) {
----------------
vfdev-5 wrote:
Thanks for catching that! this is due to an incorrect rebasing
https://github.com/llvm/llvm-project/pull/107103
More information about the Mlir-commits
mailing list