- New functions: mlirOperationSetAttributeByName, mlirOperationRemoveAttributeByName
- Also adds some *IsNull checks and standardizes the rest to use "static inline" form, which makes them all non-opaque and not part of the ABI (which is desirable).
- Changes needed to resolve TODOs in npcomp PyTorch capture.
Details
Details
- Reviewers
ftynse silvas - Commits
- rG4aa217160e5f: [mlir][CAPI] Attribute set/remove on operations.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo