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
ad03f747
Commit
ad03f747
authored
Oct 19, 2015
by
Davis King
Browse files
fixed comment
parent
7972f663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/gpu_data.h
dlib/dnn/gpu_data.h
+2
-2
No files found.
dlib/dnn/gpu_data.h
View file @
ad03f747
...
@@ -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
...
...
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