Skip to content

Split the visualization module and optimize the operator page#38

Merged
Chamberlain0w0 merged 2 commits intomasterfrom
refactor/operator-and-visualizations
Apr 7, 2026
Merged

Split the visualization module and optimize the operator page#38
Chamberlain0w0 merged 2 commits intomasterfrom
refactor/operator-and-visualizations

Conversation

@zzhfz
Copy link
Copy Markdown
Collaborator

@zzhfz zzhfz commented Mar 26, 2026

概述

本次修改主要进行可视化模块拆分以及算子页面性能图表优化
ops

@zzhfz zzhfz requested a review from baominghelly March 26, 2026 08:54
Comment thread dashboard/utils/visualizations/operator.py Outdated
acc = env["cluster"][0]["machine"]["accelerators"][0]
st.write(f"- 加速卡: {acc.get('model', 'Unknown')}")
st.write(f"- 显存: {acc.get('memory_gb_per_card', '?')} GB")
st.write(f"- CUDA版本: {acc.get('cuda', 'Unknown')}")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个地方改成加速卡版本是不是好一点?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO (后续 PR): 将环境信息中的 “cuda“字段改为统一的“runtime“ 结构:“{"type": "cuda", "version": "13.0"}“

Comment thread dashboard/pages/operator.py Outdated
Comment thread dashboard/utils/visualizations/__init__.py Outdated
Comment thread dashboard/utils/visualizations/summary_tables.py Outdated
@baominghelly
Copy link
Copy Markdown
Collaborator

你的改动涉及到很多页面,有没有看一下infer train页面显示有没有问题,也可以在PR上贴一下图

@zzhfz
Copy link
Copy Markdown
Collaborator Author

zzhfz commented Apr 7, 2026

目前infer train等页面均能正常显示,如下:
infer
infer-1
op
train

@Chamberlain0w0 Chamberlain0w0 merged commit 5dd47f7 into master Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants