leezu commented on issue #17767: Fix and optimize handling of vectorized memory accesses URL: https://github.com/apache/incubator-mxnet/pull/17767#issuecomment-615380884 It's because you modify all C compile flags with `-mcmodel=medium`. This setting is architecture dependent and while a medium memory model exists on ARMv8, gcc does not implement it. I suspect cmake will test compile a file to check if openmp is working, which fails with gcc saying "Sorry but `-mcmodel=medium` isn't implemented yet"
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
