From 4631936e61651101932073197c08b600006530a3 Mon Sep 17 00:00:00 2001 From: gracehoney <31743510+aaroey@users.noreply.github.com> Date: Thu, 21 Jun 2018 15:23:05 -0700 Subject: Fix internal build errors. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index a14d006a73..ad585fa52e 100644 --- a/configure.py +++ b/configure.py @@ -944,7 +944,7 @@ def set_tf_cudnn_version(environ_cp): def is_cuda_compatible(lib, cuda_ver, cudnn_ver): - """Check the compatibility between given library and cudnn/cudart libraries.""" + """Check compatibility between given library and cudnn/cudart libraries.""" ldd_bin = which('ldd') or '/usr/bin/ldd' ldd_out = run_shell([ldd_bin, lib], True) ldd_out = ldd_out.split(os.linesep) -- cgit v1.2.3