aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Zongheng Yang <zongheng.y@gmail.com>2016-05-12 13:20:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-12 14:22:31 -0700
commit4aaeda8c7064787d89639cd119a15ae7f09f045d (patch)
tree8d10b58986d2e34af5ea67d25276f19113b1137e
parent1f6cd6fbb0b1c10326f9e56637449b142ab208c2 (diff)
Trivial typo fix: s/logic/logical.
Change: 122196859
-rw-r--r--tensorflow/core/util/cuda_kernel_helper.h6
1 files 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;