What's Changed
- Repair navigation bar by @xiaoyixin-cmd in #1207
- upgrade protoc to v4.21.12 by @rainyfly in #1212
- Fix name error bug by @xiaoyixin-cmd in #1213
- [Bug] Fix bug for interrupting failure in windows by @rainyfly in #1218
- [Bug] Robust code for profiler server by @rainyfly in #1221
- [Bug Fix] robust distributed data fetch by @rainyfly in #1224
- [New Feature] Add paddle2onnx component by @rainyfly in #1228
- [Frontend] Add model convertion frontend by @rainyfly in #1232
- [Bug] Fix export graph bug in windows by @rainyfly in #1244
- Fix compatible problem for python3.10 and gradio by @rainyfly in #1249
- [New Feature] Support Paddle PIR Visualization 🚀 by @Difers in #1263
- Update build.yml by @changeyoung98 in #1280
- [Ospp] VisualDL Support Paddle PIR by @cse0001 in #1279
Important new features
PIR Visualization
运行测例后在http://0.0.0.0:8040/查看可视化计算图
pir_program_test(PIR静态计算图可视化)
pir_graph_test(输入PIR动态图可视化)
cond_test(ifop可视化)
全展开后
while_test(whileop可视化)
全展开后
cond_inside_cond_test(双层ifop嵌套结构可视化)
展开一层ifop
全展开后
Full Changelog: v2.5.0...v2.6.0