commit | aab099711d7e04034cf742ddb9b00dd15edbe99c | [log] [tgz] |
---|---|---|
author | Rohan Jain <rohanj@google.com> | Thu Jan 05 14:39:17 2017 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu Jan 05 14:46:39 2017 -0800 |
tree | 06e9516de574896a721ea3485d6b58017ffff28b | |
parent | eaf0f8c1dab91af10c3c63385e953dd2917c0da0 [diff] [blame] |
Merge changes from github. Change: 143710639
diff --git a/configure b/configure index ee1967f..b68a3d2 100755 --- a/configure +++ b/configure
@@ -145,7 +145,7 @@ done export TF_NEED_CUDA -export TF_NEED_SYCL +export TF_NEED_OPENCL if [[ "$TF_NEED_CUDA" == "0" ]] && [[ "$TF_NEED_OPENCL" == "0" ]]; then echo "Configuration finished" bazel_clean_and_fetch @@ -465,7 +465,6 @@ COMPUTECPP_TOOLKIT_PATH="" done -export TF_NEED_OPENCL # end of if "$TF_NEED_OPENCL" == "1" fi