[Mlir-commits] [mlir] Revert "Support float8_e3m4 and float8_e4m3 in np_to_memref (#186453)" (PR #186677)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Mar 16 07:49:55 PDT 2026
srcarroll wrote:
> > they probably just don't have a recent enough version of `ml_dtypes` [jax-ml/ml_dtypes at 4a03c71](https://github.com/jax-ml/ml_dtypes/commit/4a03c71a1511c8f1350655128885a0decdbdd950)
> > you just need to bump our minimum required version past that (but also don't forget to regenerate [`all_requirements.txt`](https://github.com/llvm/llvm-project/blob/main/.ci/all_requirements.txt).
>
> Thanks. I'll look into it when I can (maybe tomorrow). Do you know why this isn't run in the PR jobs? I don't really know how to get this tested before merging. I don't mess with anything nvidia
i'm confused. if i just pip install `.ci/all_requirements.txt` in a brand new venv and try to import `ml_dtypes.float8_e3m4` then there is no issue. i haven't been able to figure out what is special about the mlir-nvidia jobs
https://github.com/llvm/llvm-project/pull/186677
More information about the Mlir-commits
mailing list