Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there any way to test this?
mlir/include/mlir-c/Bindings/Python/Interop.h | ||
---|---|---|
187 | Nit: copy-pasta from pass manager. |
Comment Actions
I have tested this in my code, so I know it works (at least right now). Not sure if you have any tests for the other pybind adapters? All the methods in the Python bindings that take blocks use PyBlock, but that's not going to work for my own plugins that can only depend on the C types.
Comment Actions
I think mlir/test/python/lib/PythonTestModule.cpp could fit here. If you could create a small test to avoid regressions that would be good
Nit: copy-pasta from pass manager.