Skip to content

fix: writing multiple profile zip#53

Merged
msaroufim merged 3 commits intogpu-mode:mainfrom
Wal8800:fix-multi-profile-zip
Apr 3, 2026
Merged

fix: writing multiple profile zip#53
msaroufim merged 3 commits intogpu-mode:mainfrom
Wal8800:fix-multi-profile-zip

Conversation

@Wal8800
Copy link
Copy Markdown
Contributor

@Wal8800 Wal8800 commented Mar 27, 2026

Was running the profile command to get the trace

popcorn-cli submit submission_v2.py  --no-tui --leaderboard amd-mxfp4-mm --mode profile --gpu MI355X

I noticed the logs indicate we ran the profiler for each benchmark test cases (6) but I can only see a single zip file

image

After digging through the CLI code, I realised it's overwriting the zip file every profiler run.

With the changes in this pull request, I was able to generate a zip per profile run.

image

Each one matching the different test cases.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

❌ Patch coverage is 80.95238% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/service/mod.rs 80.95% 4 Missing ⚠️

📢 Thoughts on this report? Let us know!

@msaroufim msaroufim merged commit 45e4ae5 into gpu-mode:main Apr 3, 2026
4 checks 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.

2 participants