Example added: Graph Input from User#5
Conversation
There was a problem hiding this comment.
Thanks for your work!
What I had in mind for initial design was a comprehensive C++ interface which can accept graphs in all general ways supported by a uniform generic backend which will be used/handled generically in all lowering passes (graph algorithms) of graph dialect.
Feel free to express your ideas about the generic backend capable of all possible interconversions from the C++ user interface.
|
Understood your implementation strategy @meshtag! |
|
Can you please provide some basic code snippets to make sure we are on the same page. |
|
What is the status of this PR? @amanchhaparia |
This PR intends to add an example to take a graph input from user.