[ 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 [2017/08/28 14:40]
kocmanek [Set-up CUDA and CUDNN]
gpu [2017/09/11 11:26]
fucik
Line 11: Line 11:
 | twister1; twister2; kronos | Tesla K40c          |  cc3.5 |   1|  12 GB |  | | twister1; twister2; kronos | Tesla K40c          |  cc3.5 |   1|  12 GB |  |
 | dll1; dll2                 | GeForce GTX 1080    |  cc6.1 |   8|   8 GB |  | | dll1; dll2                 | GeForce GTX 1080    |  cc6.1 |   8|   8 GB |  |
-| titan                      | GeForce GTX 1080 Ti |  cc6.1 |   1|  11 GB |  |+| titan                      | GeForce GTX 1080    |  cc6.1 |   1|   8 GB |  |
 | dll3; dll4; dll5           | GeForce GTX 1080 Ti |  cc6.1 |  10|  11 GB | dll3 has only 9 GPUs since 2017/07 | | dll3; dll4; dll5           | GeForce GTX 1080 Ti |  cc6.1 |  10|  11 GB | dll3 has only 9 GPUs since 2017/07 |
 +| dll6                       | GeForce GTX 1080 Ti |  cc6.1 |   3|  11 GB |  |
  
 Desktop machines: Desktop machines:
Line 59: Line 60:
     export THEANO_FLAGS="cuda.root=$CUDA_HOME,device=gpu,floatX=float32"     export THEANO_FLAGS="cuda.root=$CUDA_HOME,device=gpu,floatX=float32"
     export PATH=$PATH:$CUDA_DIR/bin     export PATH=$PATH:$CUDA_DIR/bin
-    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_DIR/cudnn/$CUDNN_version/lib64+    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_DIR/cudnn/$CUDNN_version/lib64:$CUDA_DIR/lib64
     export CPATH=$CUDA_DIR/cudnn/$CUDNN_version/include:$CPATH     export CPATH=$CUDA_DIR/cudnn/$CUDNN_version/include:$CPATH
   fi   fi

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