[Mlir-commits] [mlir] [MLIR][Python] add ctype python binding support for bf16 (PR #92489)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri May 17 07:57:34 PDT 2024
xurui1995 wrote:
> Is this something that can be added to https://github.com/llvm/llvm-project/blob/main/mlir/python/requirements.txt ?
> Is this something that can be added to https://github.com/llvm/llvm-project/blob/main/mlir/python/requirements.txt ?
Hi, @ftynse
The dependency was added in the `requirements.txt` in the initial commit. However, as @stellaraccident pointed out, adding this dependency globally could affect all users. For instance, those with an existing MLIR Python environment might encounter errors after updating their code if we presume the installation of this `ml_dtypes` package.
https://github.com/llvm/llvm-project/pull/92489
More information about the Mlir-commits
mailing list