-
Notifications
You must be signed in to change notification settings - Fork 61
Create basic helion benchmark runner #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
stack-info: PR: #544, branch: oulgen/stack/70
bfc31f4 to
c90dfc1
Compare
stack-info: PR: #544, branch: oulgen/stack/70
c90dfc1 to
8d60dba
Compare
stack-info: PR: #544, branch: oulgen/stack/70
8d60dba to
ee6b5e2
Compare
stack-info: PR: #544, branch: oulgen/stack/70
ee6b5e2 to
c75a9de
Compare
stack-info: PR: #544, branch: oulgen/stack/70
c75a9de to
b93b052
Compare
stack-info: PR: #544, branch: oulgen/stack/70
b93b052 to
2f99af4
Compare
stack-info: PR: #544, branch: oulgen/stack/70
2f99af4 to
d3d91e5
Compare
stack-info: PR: #544, branch: oulgen/stack/70
d3d91e5 to
35dd7d2
Compare
.github/workflows/benchmark.yml
Outdated
| cat "$TEST_REPORTS_DIR/helionbench.json" | ||
|
|
||
| - name: Authenticate with AWS | ||
| if: ${{ matrix.alias }} == 'b200' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if: ${{ matrix.alias }} == 'b200' | |
| if: ${{ matrix.alias == 'b200' }} |
This should not run for h100 https://github.com/pytorch/helion/actions/runs/17416159355/job/49445026599?pr=544
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is my guess on why it still ran on https://github.com/pytorch/helion/actions/runs/17416159355/job/49445026599?pr=544
| image: ${{ matrix.image }} | ||
| options: ${{ matrix.container-options }} | ||
|
|
||
| runs-on: ${{ matrix.runner }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You would also need id-token: write
| runs-on: ${{ matrix.runner }} | |
| runs-on: ${{ matrix.runner }} | |
| permissions: | |
| id-token: write | |
| contents: read |
stack-info: PR: #544, branch: oulgen/stack/70
35dd7d2 to
822561b
Compare
stack-info: PR: #544, branch: oulgen/stack/70
822561b to
3512e52
Compare
stack-info: PR: #544, branch: oulgen/stack/70
3512e52 to
a312648
Compare
stack-info: PR: #544, branch: oulgen/stack/70
a312648 to
cff4b00
Compare
stack-info: PR: #544, branch: oulgen/stack/70
cff4b00 to
f13e789
Compare
stack-info: PR: #544, branch: oulgen/stack/70
f13e789 to
9187aec
Compare
Stacked PRs:
Create basic helion benchmark runner