Skip to content

Disable AOTriton for gfx900 in PyTorch builds #4001

Merged
chiranjeevipattigidi merged 1 commit intomainfrom
users/chiranjeevi-amd/disable_aotrition_gfx900
Mar 17, 2026
Merged

Disable AOTriton for gfx900 in PyTorch builds #4001
chiranjeevipattigidi merged 1 commit intomainfrom
users/chiranjeevi-amd/disable_aotrition_gfx900

Conversation

@chiranjeevipattigidi
Copy link
Copy Markdown
Contributor

@chiranjeevipattigidi chiranjeevipattigidi commented Mar 17, 2026

Motivation

gfx900 support was recently introduced into the system via #3564. However, AOTriton currently does not support gfx900, leading to PyTorch build failures when this architecture is detected.
eg failure log: https://github.com/ROCm/TheRock/actions/runs/23181751945/job/67356031342

Previously, PyTorch builds were failing due to missing package requirements (see: #3988). Those requirements were later uploaded manually: https://github.com/ROCm/TheRock/tree/main/build_tools/third_party/s3_management#adding-a-new-package-dependency
To ensure stable builds, this PR adds gfx900 to the AOTRITON_UNSUPPORTED_ARCHS list within the PyTorch build script, preventing AOTriton from attempting compilation on unsupported hardware.

Test Plan

Linux Rocm Run: https://github.com/ROCm/TheRock/actions/runs/23189631595
pytorch: https://github.com/ROCm/TheRock/actions/runs/23198946201

Test Result:

gfx900 pytorch builds passed.

Submission Checklist

@araravik-psd
Copy link
Copy Markdown
Contributor

@chiranjeevipattigidi let us please wait for a passing test run that disabling aotriton with the build fixes the pytorch build failures

@araravik-psd
Copy link
Copy Markdown
Contributor

@chiranjeevipattigidi please trigger a release pytorch workflow to verify that the pytorch build passes with this change

Copy link
Copy Markdown
Contributor

@araravik-psd araravik-psd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! The pytorch builds for gfx900 have passed after disabling aotriton for gfx900

https://github.com/ROCm/TheRock/actions/runs/23198946201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants