[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
gpu [2019/08/27 19:12]
popel [Rules]
gpu [2019/11/12 16:03]
popel [Set-up CUDA and CUDNN]
Line 7: Line 7:
  
 | machine | GPU type | GPU driver version | [[https://en.wikipedia.org/wiki/CUDA#GPUs_supported|cc]] | GPU cnt | GPU RAM (GB) | machine RAM (GB)| | machine | GPU type | GPU driver version | [[https://en.wikipedia.org/wiki/CUDA#GPUs_supported|cc]] | GPU cnt | GPU RAM (GB) | machine RAM (GB)|
-| dll3 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11 |  249                                                                     +| dll3 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11.0 |  248.0 
-| dll4 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11 |  249                                                                     +| dll4 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11.0 |  248.0 
-| dll5 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11 |  249                                                                     +| dll5 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11.0 |  248.0 
-| dll6 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11 |  249                                                                      +| dll6 |  GeForce GTX 1080 Ti |  396.24 |  6.1 |  10 |  11.0 |  248.0 
-| dll7 |  GeForce GTX 1080 Ti |  396.24 |  6. |  11 |  123                                                                      +| dll7 |  GeForce RTX 2080 Ti |  418.39 |  7.  8 |  11.0 |  248.0 
-| kronos |  Tesla K40c |  418.39 |  3.5 |  1 |  11 |  123                                                                            +| kronos |  Tesla K40c |  418.39 |  3.5 |  1 |  11.0 |  122.0 | 
 +                                                                        
  
 GPU cluster ''gpu-troja.q'' at Troja: GPU cluster ''gpu-troja.q'' at Troja:
Line 52: Line 53:
 You need to set library path from your ''~/.bashrc'': You need to set library path from your ''~/.bashrc'':
  
-  CUDNN_version=7.0 +  CUDA_version=10.1 
-  CUDA_version=9.0+  CUDNN_version=7.6
   CUDA_DIR_OPT=/opt/cuda/$CUDA_version   CUDA_DIR_OPT=/opt/cuda/$CUDA_version
   if [ -d "$CUDA_DIR_OPT" ] ; then   if [ -d "$CUDA_DIR_OPT" ] ; then
Line 64: Line 65:
   fi   fi
  
-  * When not using Theano, just Tensorflow this can be simplified to ''export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda/9.0/lib64:/opt/cuda/9.0/cudnn/7.0/lib64''.+  * When not using Theano, just Tensorflow this can be simplified to ''export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda/10.1/lib64:/opt/cuda/10.1/cudnn/7.6/lib64''.
   * Note that the ''cudnn'' library is compiled for specific version of ''cuda''. If you need specific version of ''cudnn'', you can look in ''/opt/cuda/$CUDA_version/cudnn/'' whether it is available for a given ''$CUDA_version''.   * Note that the ''cudnn'' library is compiled for specific version of ''cuda''. If you need specific version of ''cudnn'', you can look in ''/opt/cuda/$CUDA_version/cudnn/'' whether it is available for a given ''$CUDA_version''.
  

[ Back to the navigation ] [ Back to the content ]