-
Notifications
You must be signed in to change notification settings - Fork 443
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
Do not pass arch flags to the linker with no rdc #3846
Conversation
UNSET(KOKKOS_ARCH_${ARCH} PARENT_SCOPE) | ||
ELSE() | ||
SET(KOKKOS_AMDGPU_ARCH_FLAG ${FLAG} PARENT_SCOPE) | ||
GLOBAL_APPEND(KOKKOS_AMDGPU_OPTIONS "${AMDGPU_ARCH_FLAG}=${FLAG}") | ||
IF(KOKKOS_ENABLE_HIP) | ||
IF(KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE) |
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.
This is the important bit
|
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.
This is analogous to what we are doing for CUDA
so this looks OK to me.
I don't get the warning with ROCm 3.9 |
This reverts commit 3ea7048.
Let's revert 3ea7048 and re-apply whenever we update the ROCm version in our CI containers. |
No description provided.