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
GCC-14 build is failing due to pytorch/third_party/fbgemm/src/UtilsAvx512.cc:970:35: error: ‘r’ may be used uninitialized [-Werror=maybe-uninitialized]
#3731
Open
anmyachev opened this issue
Feb 25, 2025
· 2 comments
pytorch/third_party/fbgemm/src/UtilsAvx512.cc:970:35: error: ‘r’ may be used uninitialized [-Werror=maybe-uninitialized]
970 | d[0] = _mm512_permutex2var_epi32(r[0], index1, r[1]);|~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Logs:
Initially found in intel/intel-xpu-backend-for-triton#2897.
This is not a blocker, but I think it is easy to fix and this report can help gradually prepare for the new GCC release.
The text was updated successfully, but these errors were encountered: