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
ef4c7697
Commit
ef4c7697
authored
Oct 11, 2015
by
Davis King
Browse files
saving some test code
parent
f0d3205f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/dnn/cuda.cu
dlib/dnn/cuda.cu
+6
-0
No files found.
dlib/dnn/cuda.cu
View file @
ef4c7697
...
@@ -25,5 +25,11 @@ void hello_cuda()
...
@@ -25,5 +25,11 @@ void hello_cuda()
helloFromGPU
<<<
1
,
10
>>>
();
helloFromGPU
<<<
1
,
10
>>>
();
CHECK
(
cudaDeviceReset
());
CHECK
(
cudaDeviceReset
());
#ifndef DLIB_USE_CUDA
#error why is this not defined?
#endif
auto
x
=
4
;
}
}
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