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.