spcl / pymlir

Python interface for MLIR - the Multi-Level Intermediate Representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help to get started on custom dialect parsing

ShivaShankarMovidius opened this issue · comments

Hi,

I am trying to use pymlir to parse an mlir file generated with custom dialects. Is there any additional documentation on how to construct ops / types / attributes for custom dialects using pymlir. Is there any other open source project which has achieved this which I can use as a reference to get started? Any help is really appreciated. Thanks in advance.

Managed to get started with the examples. Closing for now

Sorry for the delayed response. There is a dedicated tutorial for adding custom dialects.