Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
fa8b3767
"docs/vscode:/vscode.git/clone" did not exist on "269983dbcd221acb64d03817fb25f0e27788bbaf"
Commit
fa8b3767
authored
Oct 26, 2016
by
Davis King
Browse files
Improved cudnn error messages.
parent
33af52d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/dnn/cudnn_dlibapi.cpp
dlib/dnn/cudnn_dlibapi.cpp
+2
-0
No files found.
dlib/dnn/cudnn_dlibapi.cpp
View file @
fa8b3767
...
...
@@ -30,6 +30,8 @@ static const char* cudnn_get_error_string(cudnnStatus_t s)
return
"CUDNN_STATUS_EXECUTION_FAILED"
;
case
CUDNN_STATUS_NOT_SUPPORTED
:
return
"CUDNN_STATUS_NOT_SUPPORTED"
;
case
CUDNN_STATUS_ARCH_MISMATCH
:
return
"CUDNN_STATUS_ARCH_MISMATCH: Your GPU is too old and not supported by cuDNN"
;
default:
return
"A call to cuDNN failed"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment