Commit b85688ac authored by Davis King's avatar Davis King

clarified spec

parent 482d82db
...@@ -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.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
...@@ -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.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment