-
Notifications
You must be signed in to change notification settings - Fork 520
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
updates for ROCm 6.0 support (#2086) #2088
Conversation
No ciflow labels are configured for this repo. |
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D50580075 |
Summary: ROCm 6.0 introduces backwards-incompatible changes such as removing the long-deprecated use of `__HIP_PLATFORM_HCC__`. It is better to use the USE_ROCM macro which is already defined and indicates a ROCm build. This PR also defines `__HIP_PLATFORM_AMD__` which is the new symbol name. This symbol is still required for compiling with HIP headers but when not using hip-clang. Reviewed By: sryap Differential Revision: D50580075 Pulled By: sryap
This pull request was exported from Phabricator. Differential Revision: D50580075 |
Summary: ROCm 6.0 introduces backwards-incompatible changes such as removing the long-deprecated use of `__HIP_PLATFORM_HCC__`. It is better to use the USE_ROCM macro which is already defined and indicates a ROCm build. This PR also defines `__HIP_PLATFORM_AMD__` which is the new symbol name. This symbol is still required for compiling with HIP headers but when not using hip-clang. Reviewed By: sryap Differential Revision: D50580075 Pulled By: sryap
This pull request was exported from Phabricator. Differential Revision: D50580075 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50580075 |
Summary:
ROCm 6.0 introduces backwards-incompatible changes such as removing the long-deprecated use of
__HIP_PLATFORM_HCC__
. It is better to use the USE_ROCM macro which is already defined and indicates a ROCm build. This PR also defines__HIP_PLATFORM_AMD__
which is the new symbol name. This symbol is still required for compiling with HIP headers but when not using hip-clang.Differential Revision: D50580075
Pulled By: q10