Commit 6c962dd9 authored by Davis King's avatar Davis King

Fixed spelling error in comment.

parent a92477b9
......@@ -830,7 +830,7 @@ namespace dlib { namespace tt
because, when using CUDA, it runs by generating asynchronous kernel launches
whereas the version of dot() that returns the result immediately as a scalar
must block the host while we wait for the result to be computed and then
transfered from the GPU do the host for return by dot(). So this version of
transferred from the GPU do the host for return by dot(). So this version of
dot() might be much faster in some cases.
!*/
......
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