From 9dba78a2fa49f3118c2537f32e2741265dcf2f07 Mon Sep 17 00:00:00 2001 From: Haoyu Zhang Date: Fri, 15 Mar 2019 18:07:50 -0700 Subject: [PATCH] Fix typo in error message. PiperOrigin-RevId: 238744760 --- 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 39cb71c0913..815efae06ad 100644 --- a/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc +++ b/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc @@ -162,7 +162,7 @@ string GetLibdeviceDir(const HloModuleConfig& hlo_module_config) { } } PrintCantFindCudaMessage( - "Can't find directory containing CUDA libevice. This may result in " + "Can't find directory containing CUDA libdevice. This may result in " "compilation or runtime failures, if the program we try to run uses " "routines from libdevice.", hlo_module_config);