leezu commented on issue #14664: MXNet USE_SSE=1 build uses AVX instruction set URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-578963951 @k128 @mjpost could you try installing https://lausen-public.s3.amazonaws.com/mxnet_cu100-1.6.0b20200127-py2.py3-none-manylinux1_x86_64.whl and report if it works? The library is built using https://github.com/apache/incubator-mxnet/pull/17448. Setting `-mno-avx` in our cmake build correctly disables avx instructions. To completely get rid of avx inside `libmxnet.so` we also need to build statically linked dependencies accordingly. This is not yet done (maybe conan / vcpkg can help) and as a workaround the build is performed on `m2.4xlarge` instance (which doesn't have AVX)
---------------------------------------------------------------- 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
