vpirogov commented on issue #21188:
URL: https://github.com/apache/mxnet/issues/21188#issuecomment-1472229968

   @comrade62, looks like GCC is barking at it's own `avx512fintrin.h` header 
included from `3rdparty/intgemm`. This module [is built 
with](https://github.com/kpu/intgemm/blob/8f28282c3bd854922da638024d2659be52e892e9/CMakeLists.txt#L16)
 `-Werror` unlike the rest of MXNet. Try disabling it or adding 
`-Wno-error=unused-variable` like it's done for MXNet iteslf.
   
   A note issued from oneDNN code is benign and should not affect build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to