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
Building for ROCM platform will cause multiple definition error,
This is caused by The function in <hip/hip_bf16.h> being defined without static inline , which will cause multi definition error when using this header file in multi .cu/.hip files.
As mentioned in ##2646
Building for ROCM platform will cause multiple definition error,
This is caused by The function in <hip/hip_bf16.h> being defined without static inline , which will cause multi definition error when using this header file in multi .cu/.hip files.
#ROCm/HIP#3403
The error will be fixed in future releases of ROCM, but till ROCM-6.0.2, this has not been fixed yet, maybe we need to find a way to bypass this.
Maybe using hip_bfloat16 instead of __hip_bfloat16? #ROCm/ROCm#2534, but needs some code modification.
The text was updated successfully, but these errors were encountered: