aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;