[Mlir-commits] [llvm] [mlir] [mlir python] Add nanobind support for standalone dialects. (PR #117922)

Stella Laurenzo llvmlistbot at llvm.org
Wed Nov 27 14:38:19 PST 2024


stellaraccident wrote:

> > Please add `nanobind>=2.0` to `mlir/python/requirements.txt`. This is how we document that users should get their deps. I can't remember if the bots use it (but probably should).
> 
> Already there.
> 
> BTW, is there documentation on how to run all the MLIR Python tests? Apparently CI is running some I didn't find. I looked at https://mlir.llvm.org/docs/Bindings/Python/#testing for guidance but to no avail.

I believe it just happens by default. I see the python unit tests in the output from the linux-linux-x64 bot for example (https://buildkite.com/llvm-project/github-pull-requests/builds/123898#01936fb2-3b65-489a-9fc0-c29a7f5f6db8)

https://github.com/llvm/llvm-project/pull/117922


More information about the Mlir-commits mailing list