-
Notifications
You must be signed in to change notification settings - Fork 178
Remove rocm-sdk-devel from AMD requirements #1511
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
Conversation
📝 WalkthroughWalkthroughRemoves the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
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 the rocm-sdk-devel package from AMD Windows requirements, simplifying the ROCm SDK dependencies. The change addresses issue #1510 by eliminating an unnecessary development package from the runtime requirements.
- Removed
rocm-sdk-develfrom the AMD requirements source file - Updated the compiled Windows AMD lockfile to reflect the removal
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| assets/requirements/amd_requirements.txt | Removed rocm-sdk-devel package dependency line |
| assets/requirements/windows_amd.compiled | Removed corresponding compiled entries for rocm-sdk-devel with its metadata |
The changes are clean, consistent, and complete. Both the source requirements file and the compiled lockfile have been properly updated to remove the rocm-sdk-devel package. The remaining ROCm packages (rocm-sdk-core, rocm-sdk-libraries-custom, and rocm) are intact and properly referenced. No other files in the codebase reference this package, confirming the removal is thorough.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Remove rocm-sdk-devel from AMD ROCm SDK install list. ## What changed - Drop the rocm_sdk_devel wheel from the AMD ROCm SDK package list used during Windows AMD installs. ## Why - AMD ROCm installs still pulled rocm-sdk-devel via the SDK install path after it was removed from requirements and the compiled lockfile. - This aligns actual install behavior with the intended package set and avoids pulling the devel package. - Tradeoff: if any downstream step depended on rocm_sdk_devel being present, it will no longer be available by default. ## Evidence - Tests: `yarn lint`, `yarn typescript` ## References - Related PR: #1511 (removed rocm-sdk-devel from AMD requirements/compiled lockfile, but not the SDK install list) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-1519-Remove-rocm-sdk-devel-from-AMD-ROCm-SDK-install-2e26d73d365081f2bf8cd1eacae44fbf) by [Unito](https://www.unito.io)
Summary
rocm-sdk-develfrom AMD Windows requirementsTesting
yarn formatyarn lintyarn typescriptRelates to #1510
┆Issue is synchronized with this Notion page by Unito