Skip to content

[ROCm] Added all current MI3XX agents#293

Merged
khluu merged 3 commits intovllm-project:mainfrom
AndreasKaratzas:akaratza_adding_mi3xx_agents
Feb 25, 2026
Merged

[ROCm] Added all current MI3XX agents#293
khluu merged 3 commits intovllm-project:mainfrom
AndreasKaratzas:akaratza_adding_mi3xx_agents

Conversation

@AndreasKaratzas
Copy link
Collaborator

The pipeline generator's constants.py was missing several AMD device types that are already referenced in the Jinja2 templates (test-template-ci.j2). This PR closes that gap and adds forward-looking support for MI355.

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
@AndreasKaratzas AndreasKaratzas force-pushed the akaratza_adding_mi3xx_agents branch from 8e68591 to 43fb71e Compare February 24, 2026 23:10
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
@AndreasKaratzas
Copy link
Collaborator Author

The last commit fixes AttributeError: 'NoneType' object has no attribute 'append' in read_steps_from_job_dir. When a step doesn't define source_file_dependencies, Pydantic sets it to None. getattr returns None (not []) since the attribute exists, causing the crash on .append()

@khluu khluu merged commit 253bbc9 into vllm-project:main Feb 25, 2026
1 check passed
@AndreasKaratzas AndreasKaratzas deleted the akaratza_adding_mi3xx_agents branch February 25, 2026 22:18
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