aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-09-24 16:08:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-24 16:13:31 -0700
commit29a67eaedd8d95866011bb1c87a9d1739d448686 (patch)
tree6ec84bd70895396685326ce2931dd237331a7932 /tensorflow
parent3b8442658321d4f48a96dc1580a646606aa17b8c (diff)
Fix typo in error message.
PiperOrigin-RevId: 214348730
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc b/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc
index dfdcf1875d..01a18f4f8e 100644
--- a/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc
+++ b/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc
@@ -402,7 +402,7 @@ void WarnIfBadPtxasVersion(const string& ptxas_path) {
LOG(WARNING)
<< "*** WARNING *** You are using ptxas " << vmaj << "." << vmin << "."
<< vdot
- << ", which older than 9.2.88. ptxas 9.x before 9.2.88 is known to "
+ << ", which is older than 9.2.88. ptxas 9.x before 9.2.88 is known to "
"miscompile XLA code, leading to incorrect results or "
"invalid-address errors.\n\nYou do not need to update to CUDA "
"9.2.88; cherry-picking the ptxas binary is sufficient.";