-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ROCm] Rocm62 fixes #23146
[ROCm] Rocm62 fixes #23146
Conversation
Ruturaj4
commented
Aug 20, 2024
- Interactive causes bazel to output more useful info when running locally.
- Work around quirk with rocm version when it ends with 0.
- Ubu22 and higher have a package name conflict between the debian versions and the AMD provided versions.
- Use env variable to set compiler type.
@superbobry Could you please take a look? I will squash the commits once approved. |
@superbobry is OOO, but I'm happy to take a look. It all looks good to me - can you please squash! |
@dfm Done thanks! |
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.
looks good to me
@Ruturaj4 — I'm sorry to say that there were unrelated issues with the builds yesterday. Could you rebase onto main (don't forget to squash!) one more time then we can merge? Thank you! |
@dfm no worries, at all! thanks so much! |
Interactive causes bazel to output more useful info when running locally. * Fix issue with rocm el8 repo urls Work around quirk with rocm version when it ends with 0 * Fix package name conflict Ubu22 and higher have a package name conflict between the debian versions and the AMD provided versions. * [ROCm] Use clang env