gzuchow commented on issue #18879:
URL:
https://github.com/apache/incubator-mxnet/issues/18879#issuecomment-687088080
Hi @beew,
Sorry to hear that you have still a problem with MXNet.
I have tried to reproduce second issue which you encountered. Using Ubuntu
18.04 and 20.04 and flags used by you:
> make -j4 USE_OPENCV=1 USE_BLAS=mkl USE_CUDA=0 USE_CUDNN=0 USE_MKLDNN=1
USE_JEMALLOC=1
It ran smoothly, even completed with cmake method.
I want to ask about a version of used MXNet and other libiraries.
PAX-utlis will be needed for this setp:
`apt install pax-utils`
Then run this and post to us the result of info.txt file.
```
INFO_FILE=info.txt
git rev-parse --verify HEAD >${INFO_FILE}
source /opt/intel/bin/compilervars.sh intel64
env >>${INFO_FILE}
scanelf -l -s cblas_ddot |grep dot >>${INFO_FILE}
```
According to this
[tutorial](https://mxnet.apache.org/get_started/build_from_source) you can set
MXNet environment.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]