aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mpi_collectives
diff options
context:
space:
mode:
authorGravatar ManHyuk <manhyuk@kw.ac.kr>2018-05-20 23:48:05 +0900
committerGravatar Shanqing Cai <cais@google.com>2018-05-20 10:48:05 -0400
commite844159e63af0c4654dba98657e19f590a4edbb8 (patch)
tree8b22d2a7583143c2d6a11c75794633c05ae97a71 /tensorflow/contrib/mpi_collectives
parent4bd6243e45f7e4c9757e32e499495ac1ec28f95f (diff)
Fix typo (#19411)
Diffstat (limited to 'tensorflow/contrib/mpi_collectives')
-rw-r--r--tensorflow/contrib/mpi_collectives/kernels/ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/mpi_collectives/kernels/ring.h b/tensorflow/contrib/mpi_collectives/kernels/ring.h
index 1d56d588bc..c001615d3f 100644
--- a/tensorflow/contrib/mpi_collectives/kernels/ring.h
+++ b/tensorflow/contrib/mpi_collectives/kernels/ring.h
@@ -129,7 +129,7 @@ cudaStream_t CudaStreamForMPI();
* has the fully accumulated Segment 1; and so on. The scatter-reduce is
* complete.
*
- * Next, the allgather distributes these fully accumululated chunks across all
+ * Next, the allgather distributes these fully accumulated chunks across all
* nodes. Communication proceeds in the same ring, once again in N-1 steps. At
* the ith step, node j will send chunk (j - i + 1) and receive chunk (j - i).
* For example, at the first iteration, the following transfers will occur: