- Discovered missing in npcomp.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir-c/Bindings/Python/Interop.h | ||
---|---|---|
93 | This function isn't used anywhere right now? |
mlir/include/mlir-c/Bindings/Python/Interop.h | ||
---|---|---|
93 | Good catch. I should implement the module uniquing like I did with context, then it will be used and testable easily. We probably want that anyway, so it would be better than creating a hidden API just for testing this. |
PTAL - with module interning, the capsule accessors are verified internally via tests now.
mlir/lib/Bindings/Python/IRModules.cpp | ||
---|---|---|
594 | Don't you need to take the GIL? (seeing that you took it line 602) |
mlir/lib/Bindings/Python/IRModules.cpp | ||
---|---|---|
594 | You haven't answered here, so I am not sure if you missed it or not? |
clang-tidy: error: 'Python.h' file not found [clang-diagnostic-error]
not useful