This is an archive of the discontinued LLVM Phabricator instance.

Add pybind11 to the mlir-nvidia Docker image to be able to enable the MLIR Python bindings
ClosedPublic

Authored by mehdi_amini on Nov 6 2020, 12:33 PM.

Diff Detail

Event Timeline

mehdi_amini created this revision.Nov 6 2020, 12:33 PM
mehdi_amini requested review of this revision.Nov 6 2020, 12:33 PM
This revision is now accepted and ready to land.Nov 7 2020, 9:08 AM

Looking at the documentation, it seems like we also need to modify the cmake command line parameters: https://mlir.llvm.org/docs/Bindings/Python/

I suppose this would be second change once the new Container is deployed?

kuhnel accepted this revision.Nov 8 2020, 10:55 PM

Yes, we'll update the parameters once the container is ready.

I also need to figure out how to get the windows container set up with this
depend. I'll ping you about that separately (still a patch outstanding to
finish the windows support).