anko-intel commented on issue #18879:
URL: 
https://github.com/apache/incubator-mxnet/issues/18879#issuecomment-673610353


   Hi @beew,
   
   I have tried to reproduce the issue locally on similar hardware (GeForce GTX 
1060 6GB, Intel(R) Core(TM) i7-5960X CPU @   3.00GHz) and software (Ubuntu 
18.04, Kernel:  4.15.0-88, Nvidia driver 410.48 , CUDA 10.0.130) but 
unfortunately I couldn't (the test works for me).
   Could you paste the MxNet sha and MKL version or (better) attach info.txt 
file produced by following script (run from mxnet home directory without 
sourcing earlier /opt/intel/bin/compilervars.sh)? :
   
   ```
   INFO_FILE=info.txt
   git rev-parse --verify HEAD >${INFO_FILE}
   env >>${INFO_FILE}
   echo -------------------------------- >>${INFO_FILE}
   source /opt/intel/bin/compilervars.sh intel64
   env >>${INFO_FILE}
   nvidia-smi -L >>${INFO_FILE}
   nvidia-smi >>${INFO_FILE}
   cat /usr/local/cuda/version.txt >>${INFO_FILE}
   ```
   
   


----------------------------------------------------------------
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]


Reply via email to