-
Notifications
You must be signed in to change notification settings - Fork 49
Don't pick gfx1101 on nightly and weekly runs #2024
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?
Conversation
label = 'mlir && ( gfx1100 || gfx1101 )' | ||
} | ||
} else if (codepath == "navi4x") { | ||
label = 'mlir && ( gfx1200 || gfx1201 )' |
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.
should we do the same for gfx12? and navi2?
case "gfx1030": | ||
return shouldRunFromCodepath("navi21") | ||
case "gfx1100": | ||
case "gfx1101": |
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.
does this affect PR CI as well?
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.
Pull Request Overview
This PR removes support for the gfx1101 graphics chip from nightly and weekly Jenkins CI runs to resolve an internal issue. The change restricts automated builds to use only gfx1100 for navi3x codepath testing during scheduled runs while maintaining support for both chips in regular builds.
- Modified navi3x label selection to exclude gfx1101 for nightly/weekly runs
- Removed gfx1101 from the chip-to-codepath mapping function
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Motivation
Resolves https://github.com/ROCm/rocMLIR-internal/issues/1984
Technical Details
Remove gfx1101 from nightly and weekly.
Test Plan
Nightly and weekly.
Test Result
Submission Checklist