[ 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 Both sides next revision
gpu [2017/08/28 14:46]
kocmanek [Set-up CUDA and CUDNN]
gpu [2017/08/28 14:49]
kocmanek [Set-up CUDA and CUDNN]
Line 59: Line 59:
     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/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 ]