If I have a graph to optimize, and will use two kinds of dialects. Is it allowed for two dialects co-exist in the same graph? Will there be problems to write pass to process such graph?
This is very common and MLIR has been designed for this: you don’t need to worry about this.
1 Like