This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Add python support for async dialect and passes.
ClosedPublic

Authored by nicolasvasilache on Apr 28 2021, 5:46 AM.

Details

Summary

since the async keyword is reserved in python, the dialect is called async_dialect.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Apr 28 2021, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2021, 5:46 AM

Format + fix cmake

gysit accepted this revision.Apr 28 2021, 7:11 AM

LGTM!

This revision is now accepted and ready to land.Apr 28 2021, 7:11 AM