[Mlir-commits] [mlir] Revert "Support float8_e3m4 and float8_e4m3 in np_to_memref (#186453)" (PR #186677)
Maksim Levental
llvmlistbot at llvm.org
Mon Mar 16 08:12:11 PDT 2026
makslevental wrote:
```
ml_dtypes>=0.1.0, <=0.6.0; python_version<"3.13" # provides several NumPy dtype extensions, including the bf16
ml_dtypes>=0.5.0, <=0.6.0; python_version>="3.13"
```
Do you see there are two cases...? The simplest way to solve this problem is to check empirically ie put the PR up that bumps the version, run the builder, and see what happens. Or you can abandon the PR 🤷♂️
https://github.com/llvm/llvm-project/pull/186677
More information about the Mlir-commits
mailing list