aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
diff options
context:
space:
mode:
authorGravatar Matt Conley <mconley@nvidia.com>2018-09-04 16:31:01 -0700
committerGravatar Matt Conley <mconley@nvidia.com>2018-09-04 16:31:01 -0700
commit475b7715f16ad0f94fa9986a0eefc1b2cf2044bd (patch)
treedb1f64caba1a3f4fbe7c3bbd0298f7c950fc0105 /tensorflow/stream_executor
parentcd6597b8fcd82b51ddb47a297972a1614c2a5d78 (diff)
Recommended typo fix
Diffstat (limited to 'tensorflow/stream_executor')
-rw-r--r--tensorflow/stream_executor/cuda/cuda_gpu_executor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/cuda/cuda_gpu_executor.cc b/tensorflow/stream_executor/cuda/cuda_gpu_executor.cc
index a961e9a6c4..ce2f1ce3ae 100644
--- a/tensorflow/stream_executor/cuda/cuda_gpu_executor.cc
+++ b/tensorflow/stream_executor/cuda/cuda_gpu_executor.cc
@@ -483,7 +483,7 @@ void CUDAExecutor::VlogOccupancyInfo(const KernelBase &kernel,
CompareOccupancy(&blocks_per_sm, device_description, regs_per_thread,
smem_per_block, thread_dims, cufunc);
if (suggested_threads != 0) {
- VLOG(2) << "The cuda occupancy calculator reccommends using "
+ VLOG(2) << "The cuda occupancy calculator recommends using "
<< suggested_threads
<< " threads per block to acheive an occupancy of " << blocks_per_sm
<< " blocks per SM.";