commit | 62ebf62948554f36401132bf93d821c0b8abc510 | [log] [tgz] |
---|---|---|
author | Guangda Lai <laigd@google.com> | Tue Oct 23 07:44:13 2018 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Oct 23 07:48:48 2018 -0700 |
tree | 48c95e99a65e8c59cb2d35bf41d749696e11ca66 | |
parent | bd7de65f74577da82466549fbf089807296013f9 [diff] [blame] |
Initialize nccl_lib_path. PiperOrigin-RevId: 218340343
diff --git a/configure.py b/configure.py index ceaae63..42aab03 100644 --- a/configure.py +++ b/configure.py
@@ -1182,6 +1182,7 @@ if is_windows() or is_cygwin(): nccl_install_path = cygpath(nccl_install_path) + nccl_lib_path = '' if is_windows(): nccl_lib_path = 'lib/x64/nccl.lib' elif is_linux():