aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
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)