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
b85688ac
Commit
b85688ac
authored
Apr 29, 2016
by
Davis King
Browse files
clarified spec
parent
482d82db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dlib/dnn/gpu_data_abstract.h
dlib/dnn/gpu_data_abstract.h
+1
-0
dlib/dnn/tensor_abstract.h
dlib/dnn/tensor_abstract.h
+1
-0
No files found.
dlib/dnn/gpu_data_abstract.h
View file @
b85688ac
...
@@ -230,6 +230,7 @@ namespace dlib
...
@@ -230,6 +230,7 @@ namespace dlib
on the device side.
on the device side.
- It doesn't matter what GPU device is selected by cudaSetDevice(). You can
- It doesn't matter what GPU device is selected by cudaSetDevice(). You can
always copy gpu_data objects to and from each other regardless.
always copy gpu_data objects to and from each other regardless.
- This function blocks until the copy has completed.
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
dlib/dnn/tensor_abstract.h
View file @
b85688ac
...
@@ -321,6 +321,7 @@ namespace dlib
...
@@ -321,6 +321,7 @@ namespace dlib
and dest then the copy will happen entirely on the device side.
and dest then the copy will happen entirely on the device side.
- It doesn't matter what GPU device is selected by cudaSetDevice(). You can
- It doesn't matter what GPU device is selected by cudaSetDevice(). You can
always copy tensor objects to and from each other regardless.
always copy tensor objects to and from each other regardless.
- This function blocks until the copy has completed.
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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