"tools/vscode:/vscode.git/clone" did not exist on "7eb1d2d4d573cb972114060ecea0f8823b726fa9"
Commit 935a0b4e authored by Davis King's avatar Davis King
Browse files

fixed grammar in comment

parent 5c2b1f98
......@@ -55,7 +55,7 @@ namespace dlib
tensor& operator= (float val)
{
#ifdef DLIB_USE_CUDA
// If you are using CUDA then presumably you will be mostly using tensor's on
// If you are using CUDA then presumably you will be mostly using tensors on
// the GPU. So unless you seem to be actively working with the host side's
// data then we do this initialization on the device side since this avoids a
// host to device transfer that would likely immediately follow.
......
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