summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/AsyncPasses.cpp
AgeCommit message (Collapse)Author
2021-04-28[mlir][python] Add python support for async dialect and passes.Nicolas Vasilache
since the `async` keyword is reserved in python, the dialect is called async_dialect. Differential Revision: https://reviews.llvm.org/D101447