leezu edited a comment on issue #17767: Fix and optimize handling of vectorized memory accesses URL: https://github.com/apache/incubator-mxnet/pull/17767#issuecomment-615386362 The reason for mcmodel=medium not fixing the problem is that it only affects the code built by us. But we rely on the C standard library, which has `lib/../lib64/crti.o` which is not built for medium memory model. So there are 2 blockers: 1) compilers don't support non-standard memory models well... 2) we need to recompile the complete stack including the c library with our non-standard memory model to use it In summary it's not a feasible solution going forward, as we can't expect developers to do this on their systems
---------------------------------------------------------------- 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
