From 4aaeda8c7064787d89639cd119a15ae7f09f045d Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Thu, 12 May 2016 13:20:15 -0800 Subject: Trivial typo fix: s/logic/logical. Change: 122196859 --- tensorflow/core/util/cuda_kernel_helper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/core/util/cuda_kernel_helper.h b/tensorflow/core/util/cuda_kernel_helper.h index 86c55031c6..8af56f573b 100644 --- a/tensorflow/core/util/cuda_kernel_helper.h +++ b/tensorflow/core/util/cuda_kernel_helper.h @@ -32,9 +32,9 @@ namespace tensorflow { typedef Eigen::GpuDevice GPUDevice; struct CudaLaunchConfig { - // Logical number of thread that works on the elements. If each logic thread - // works on exactly a single element, this is the same as the working element - // count. + // Logical number of thread that works on the elements. If each logical + // thread works on exactly a single element, this is the same as the working + // element count. int virtual_thread_count = -1; // Number of threads per block. int thread_per_block = -1; -- cgit v1.2.3