summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/NVGPU.cpp
AgeCommit message (Collapse)Author
2024-04-17[mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (#88855)Guray Ozen
This PR adds NVGPU dialects' TensorMapDescriptorType in the py bindings. This is a follow-up issue from [this PR](https://github.com/llvm/llvm-project/pull/87153#discussion_r1546193095)
2023-08-13[MLIR][python bindings] add vendor gpu dialectsmax
Differential Revision: https://reviews.llvm.org/D157820