[Mlir-commits] [mlir] [MLIR][Python] add ctype python binding support for bf16 (PR #92489)
Stella Laurenzo
llvmlistbot at llvm.org
Thu May 16 19:55:10 PDT 2024
stellaraccident wrote:
Thanks for the PR. I don't think we want to globally add a dep like this as it will impact everyone.
The traditional was to do this would be to do the import in a try...except, setting a flag on failure. Then skip the integration of it is not available.
https://github.com/llvm/llvm-project/pull/92489
More information about the Mlir-commits
mailing list