Skip to content
Snippets Groups Projects
Commit 9d420761 authored by Cresson Remi's avatar Cresson Remi
Browse files

COMP: update compute capability

parent 691bab56
No related branches found
No related tags found
2 merge requests!108Release 4.3.0,!107WIP: TF2.14, OTB9
Pipeline #191683 passed with warnings
......@@ -47,7 +47,7 @@ if [ ! -z $CUDA_TOOLKIT_PATH ] ; then
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CUDA_TOOLKIT_PATH/lib64:$CUDA_TOOLKIT_PATH/lib64/stubs"
export TF_CUDA_VERSION=$(echo $CUDA_TOOLKIT_PATH | sed -r 's/.*\/cuda-(.*)/\1/')
export TF_CUDA_COMPUTE_CAPABILITIES="5.2,6.1,7.0,7.5,8.6"
export TF_CUDA_COMPUTE_CAPABILITIES="5.2,6.1,7.0,7.5,8.0,8.6,9.0"
export TF_NEED_CUDA=1
export TF_CUDA_CLANG=0
export TF_NEED_TENSORRT=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment