Skip to content

Instantly share code, notes, and snippets.

@grefab
Created September 9, 2016 02:57
Show Gist options
  • Save grefab/dfe4e64355d8bf13312ee446f7b346a4 to your computer and use it in GitHub Desktop.
Save grefab/dfe4e64355d8bf13312ee446f7b346a4 to your computer and use it in GitHub Desktop.
[ 50%] Building CXX object CMakeFiles/cudnn_test.dir/cudnn_dlibapi.cpp.o
/Users/gregor/source/dlib_dnn/dlib/dlib/dnn/cudnn_dlibapi.cpp:115:13: error: thread-local storage is not supported for the current target
thread_local cudnn_context c;
^
/Users/gregor/source/dlib_dnn/dlib/dlib/dnn/cudnn_dlibapi.cpp:154:13: error: thread-local storage is not supported for the current target
thread_local cudnn_activation_descriptor des(CUDNN_ACTIVATION_RELU, CUDNN_PROPAGATE_NAN,0);
^
/Users/gregor/source/dlib_dnn/dlib/dlib/dnn/cudnn_dlibapi.cpp:160:13: error: thread-local storage is not supported for the current target
thread_local cudnn_activation_descriptor des(CUDNN_ACTIVATION_SIGMOID, CUDNN_PROPAGATE_NAN,0);
^
/Users/gregor/source/dlib_dnn/dlib/dlib/dnn/cudnn_dlibapi.cpp:166:13: error: thread-local storage is not supported for the current target
thread_local cudnn_activation_descriptor des(CUDNN_ACTIVATION_TANH, CUDNN_PROPAGATE_NAN,0);
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment