Introduction
Currently, MindStudio Advisor provides self-owned and ecosystem repositories to analyze the performance of models and operators.
- Self-owned repositories provide the following functions: Roofline model-based operator bottleneck identification and tuning suggestion, timeline-based AI CPU operator tuning, operator fusion recommendation, TransData operator identification, and operator tuning analysis.
- The performance tuning functions of ecosystem repositories are developed by ecosystem developers using Python. You can call the corresponding APIs of Advisor to analyze the performance of models or operators provided by ecosystem developers.
The current version of MindStudio IDE supports only the creation of ecosystem repositories, so you can develop the code for your ecosystem repository on the IDE. Advisor-based analysis for ecosystem repositories will be available soon.
This sample describes how to use MindStudio Advisor to identify performance bottlenecks of models and operators and provide tuning suggestions.
Parent topic: Advisor