-
Notifications
You must be signed in to change notification settings - Fork 52
GEMM+GEMM tuning #2175
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
base: develop
Are you sure you want to change the base?
GEMM+GEMM tuning #2175
Conversation
| // How to check out into specific directory, according to stackoverflow. | ||
| dir('MITuna') { | ||
| git branch: "pf-tuna-rocmlir-3", poll: false, url: 'https://github.com/ROCm/MITuna.git' | ||
| git branch: "ggtuning", poll: false, url: 'https://github.com/ROCm/MITuna.git' |
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.
Just remember to change this once ROCm/MITuna#1020 is merged.
umangyadav
left a comment
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.
Are you going to add GEMM-GEMM benchmarking runs in nightly ?
@umangyadav yes, but first we need tuning data for that |
Motivation
We want to tune GEMM+GEMM. Resolves https://github.com/ROCm/rocMLIR-internal/issues/2081
Technical Details
Important
Revert MITuna branch in rocMLIR's Jenkinsfile before merging
Merge PR on MITuna at the same time
Test Plan
Test Result
⌛ Jenkins CI - Tuning
Submission Checklist