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
1d8445cb
Commit
1d8445cb
authored
Oct 19, 2017
by
Davis King
Browse files
Fixed the terrible breaking change to the tensor object I made earlier today :(
parent
86465e30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/dnn/gpu_data.cpp
dlib/dnn/gpu_data.cpp
+0
-1
No files found.
dlib/dnn/gpu_data.cpp
View file @
1d8445cb
...
@@ -178,7 +178,6 @@ namespace dlib
...
@@ -178,7 +178,6 @@ namespace dlib
CHECK_CUDA
(
cudaGetDevice
(
&
the_device_id
));
CHECK_CUDA
(
cudaGetDevice
(
&
the_device_id
));
// free memory blocks before we allocate new ones.
// free memory blocks before we allocate new ones.
data_size
=
0
;
data_host
.
reset
();
data_host
.
reset
();
data_device
.
reset
();
data_device
.
reset
();
...
...
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