[ROCm] Initial MI355X and MI300X Integration#13
Open
micah-wil wants to merge 21 commits into
Open
Conversation
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Divin Honnappa <divin.honnappa@amd.com>
Signed-off-by: Divin Honnappa <divin.honnappa@amd.com>
Signed-off-by: dhonnappa-amd <dhonnapp@amd.com>
Signed-off-by: dhonnappa-amd <dhonnapp@amd.com>
Signed-off-by: Divin Honnappa <divin.honnappa@amd.com>
Signed-off-by: Divin Honnappa <divin.honnappa@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
0f380ae to
5b57355
Compare
* add mi300x Signed-off-by: Micah Williamson <micah.williamson@amd.com> * ensure correct k8s plugin is used Signed-off-by: Micah Williamson <micah.williamson@amd.com> * hardcode builder for testing Signed-off-by: Micah Williamson <micah.williamson@amd.com> * revert hardcoded builder Signed-off-by: Micah Williamson <micah.williamson@amd.com> --------- Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
micah-wil
commented
Jun 9, 2026
Author
There was a problem hiding this comment.
Would it be better if I split workloads into subdirectories like amd/ and nvidia/?
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
fe864c9 to
8c02fcd
Compare
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates AMD MI355X agents into the perf eval pipeline. I've also added Kimi-K2.5 workloads for both MI300 and MI355, as well as gpt-oss-120b and DeepSeek-V4-Pro configs for mi355.
For now, these configs are set to not run on the nightly. Any combination of them can be triggered with the
WORKLOADSenv var, e.g.WORKLOADS=deepseek_v4_pro_mi355x,kimi_k2_5_mi355x,kimi_k2_5_mi300xWe've added two queues which have been connected to the
perf-evalBuildkite pipeline:mi300_perf_evalqueue, andmi355_perf_evalqueue.