You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hipify is only needed to run when the nccl codebase is updated.
Can hipify be moved to a maintainers options and a ci system generate/commit the hipified code ?
This would reduce the complexity and speed up the build.
Operating System
ALL
GPU
ALL
ROCm Component
RCCL
The text was updated successfully, but these errors were encountered:
we'll look into this hipified-code-only approach.
however, most of the build time is spent in the linking stage... let us know if you measured something different.
also, you can reduce build time by building only for local GPU architecture using ./install.sh -l
For me this would be more about the benefit of a lessened dependency and the complexity of having to debug the hipifyed code while going back and forth between the original cuda and the generated hip.
Suggestion Description
hipify is only needed to run when the nccl codebase is updated.
Can hipify be moved to a maintainers options and a ci system generate/commit the hipified code ?
This would reduce the complexity and speed up the build.
Operating System
ALL
GPU
ALL
ROCm Component
RCCL
The text was updated successfully, but these errors were encountered: