[Mlir-commits] [llvm] [mlir] [mlir python] Add nanobind support for standalone dialects. (PR #117922)
Stella Laurenzo
llvmlistbot at llvm.org
Tue Dec 10 11:01:38 PST 2024
stellaraccident wrote:
> Is there a way to specify dependencies that should be present for CI tests but are not mandatory for users?
Just documentation and tribal knowledge on how to be a downstream in a non trivial way. The MLIR requirements.txt file describes the deps that a user must have to build and run `check-mlir` without error. There is not a corresponding thing that systematically tells an integrator of the ways they can slice it further. I'd vote for better documenting the end state for integrators, when pybind is optional vs now.
https://github.com/llvm/llvm-project/pull/117922
More information about the Mlir-commits
mailing list