sxjscience edited a comment on pull request #19334:
URL: https://github.com/apache/incubator-mxnet/pull/19334#issuecomment-707482138


   To install cutensor, we need to use the following command:
   
   ```bash
   sudo add-apt-repository "deb 
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
   sudo apt-key adv --fetch-keys 
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
 
   sudo apt update      
   sudo apt -y install libcutensor1 libcutensor-dev libcutensor-doc     
   
   # In addition, we can choose to link libcutensor.so to the 10.2 version
   sudo update-alternatives --set libcutensor.so.1.2.1 
/usr/lib/x86_64-linux-gnu/libcutensor/10.2/libcutensor.so.1.2.1
   ```


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