From 7ff9ac787420c8847c1f84368358af07d620c83d Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Fri, 17 May 2019 13:19:55 -0700 Subject: [PATCH] Update nvptx_compiler.cc --- tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc b/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc index 8d7c54fe6b1..15c06e0b645 100644 --- a/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc +++ b/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc @@ -158,7 +158,7 @@ string GetLibdeviceDir(const HloModuleConfig& hlo_module_config) { "uses routines from libdevice.", hlo_module_config); - // GetCudaRotCandidates always inclues ".", but but if everything fails, we + // GetCudaRootCandidates always inclues ".", but but if everything fails, we // return it anyway. Better than returning the empty string. return "."; }