This is a language plug-in to highlight the keywords of IR files generated by mindspire. It can facilitate user and developers to view IR files, which is expected to be human readable. It is still in the process of active development. More Exciting features are coming. Stay tuned!
What's MindSpore?
MindSpore is a deep learning framework like TensorFlow and Pytorch. It's under active development. See this link En/中文.
What's MindSpore's IR files?
You can refer to this page
Please see this document.
0.Add the Counts of the operators and the kernel graphs in vscode's status bar!
1.Highlight the operator, scope name, shape and some key variables of the IR files. See below:
2.Support name jumping like followings
3.Support find reference of the operators, seached based on the number and name.
4.Jump inner the graphs
- Recommend to use the Monokai Dimmed theme.
None
- *.dat files is not well tested and supported. So some features may not work on the dat files.
- The parameters search only view the begging of the ir files as parameters.
- Currently the extesion is tested on the hwopt_end*.ir, if you meet any issues please let me know. Any questions and contributions are welcomed!
See CHANGELOG.md
See RoadMap.md
Enjoy!