tenstorrent / tt-forge-fe

The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
https://docs.tenstorrent.com/tt-forge-fe/
Apache License 2.0
20 stars 3 forks source link

Visualizing stored MLIR IR #717

Open vkovinicTT opened 1 week ago

vkovinicTT commented 1 week ago

Currently during compilation we store MLIR IR inside ttir.mlir json file ($REPORTIFY_PATH$/$OPERATION_NAME$/mlir_reports/ttir.mlir) so we need a way of visualizing it in Visualizer (e.g. reportify).