Skip to content

bench: update csv format#205

Merged
wenxie-amd merged 3 commits intomainfrom
dev/xiaobo_18
Jan 10, 2026
Merged

bench: update csv format#205
wenxie-amd merged 3 commits intomainfrom
dev/xiaobo_18

Conversation

@xiaobochen-amd
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 8, 2026 09:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CSV output format for benchmark results by splitting a concatenated column into separate fields. The change improves data structure and readability by separating GPU, Framework, and Stage information into individual columns instead of a single combined column.

Key Changes:

  • Split the "GPU:Framework:Stage" column into three separate columns: "GPU", "Framework", and "Stage"
  • Updated the output filename from "summary_mi325.csv" to "summary.csv"

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
benchmark/ops/summarize_results.py Refactored dictionary structure to use separate columns for GPU, Framework, and Stage instead of a concatenated string
.github/workflows/benchmark.yaml Updated output filename from "summary_mi325.csv" to "summary.csv"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/benchmark.yaml
Copilot AI review requested due to automatic review settings January 10, 2026 07:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wenxie-amd wenxie-amd merged commit 3a9afb5 into main Jan 10, 2026
3 checks passed
@xiaobochen-amd xiaobochen-amd deleted the dev/xiaobo_18 branch January 23, 2026 06:22
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