TaoLv commented on issue #18255: URL: https://github.com/apache/incubator-mxnet/issues/18255#issuecomment-626196658
@leezu, with adding `-DUSE_BLAS=mkl` to the cmake line, I can get a similar crash issue: ``` $ python3 -c 'import mxnet as mx; print(mx.nd.square(mx.nd.random.uniform(shape=(1024,))))' python3: symbol lookup error: /opt/intel/mkl/lib/intel64/libmkl_vml_avx512.so: undefined symbol: mkl_serv_getenv ``` ---------------------------------------------------------------- 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]
