aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Rohan Jain <rohanj@google.com>2017-01-05 14:39:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-05 14:46:39 -0800
commitaab099711d7e04034cf742ddb9b00dd15edbe99c (patch)
tree06e9516de574896a721ea3485d6b58017ffff28b /configure
parenteaf0f8c1dab91af10c3c63385e953dd2917c0da0 (diff)
Merge changes from github.
Change: 143710639
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index ee1967f937..b68a3d2381 100755
--- a/configure
+++ b/configure
@@ -145,7 +145,7 @@ while [ "$TF_NEED_CUDA" == "" ]; do
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 @@ while true; do
COMPUTECPP_TOOLKIT_PATH=""
done
-export TF_NEED_OPENCL
# end of if "$TF_NEED_OPENCL" == "1"
fi