Skip to content

Commit

Permalink
Merge pull request #25737 from siju-samuel:patch-26
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 234053772
  • Loading branch information
tensorflower-gardener committed Feb 15, 2019
2 parents 450cfe5 + d075fc2 commit 7617ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/service/hlo_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class HloRunner {
// The number of times the infeed literal should be fed to the HLO module.
// For a clean exit, this should match the iterations-per-loop parameter
// used when generating the HLO module proto (that is usually the main
// while bounary counter). A value higher then iterations-per-loop would
// while boundary counter). A value higher then iterations-per-loop would
// lead to infeed threads feeding to a gone computation, while a lower
// value would trigger a stuck ExecuteReplicated() call (the computation
// will be trying to infeed data which will never come).
Expand Down

0 comments on commit 7617ab8

Please sign in to comment.