基于Timeline的AI CPU算子优化
AI CPU算子优化功能识别并输出以下串行阻塞AI CORE运行的AI CPU算子:
图1 AICPUModel

优化建议:
- Modify the model code to avoid AI CPU operator operations.
- Fuse AI CPU operators to reduce frequent switchover between AI CPU and AI Core operators.
- Change the mode structure, for example, from INT64 to FP16.
- Optimize the performance of time-consuming AI CPU operators.
父主题: 输出结果和优化建议