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
091d441c
Commit
091d441c
authored
Aug 22, 2016
by
Davis King
Browse files
fixed compiler error
parent
4f0c2ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/cuda_dlib.h
dlib/dnn/cuda_dlib.h
+1
-1
No files found.
dlib/dnn/cuda_dlib.h
View file @
091d441c
...
@@ -296,7 +296,7 @@ namespace dlib
...
@@ -296,7 +296,7 @@ namespace dlib
int
device
int
device
)
)
{
{
DLIB_CASSERT
(
i
d
==
0
,
"dlib::cuda::set_device(id) called with an invalid device id."
);
DLIB_CASSERT
(
d
evice
==
0
,
"dlib::cuda::set_device(id) called with an invalid device id."
);
return
"CUDA_DISABLED"
;
return
"CUDA_DISABLED"
;
}
}
...
...
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