Commit ad03f747 authored by Davis King's avatar Davis King

fixed comment

parent 7972f663
...@@ -26,8 +26,8 @@ namespace dlib ...@@ -26,8 +26,8 @@ namespace dlib
- We use the host_current and device_current bools to keep track of which - We use the host_current and device_current bools to keep track of which
copy of the data (or both) are most current. e.g. if the CPU has copy of the data (or both) are most current. e.g. if the CPU has
modified the tensor and it hasn't been copied to the device yet then modified the data and it hasn't been copied to the device yet then
host_current==true and device_current == false. host_current==true and device_current==false.
THREAD SAFETY THREAD SAFETY
......
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