From aab099711d7e04034cf742ddb9b00dd15edbe99c Mon Sep 17 00:00:00 2001 From: Rohan Jain Date: Thu, 5 Jan 2017 14:39:17 -0800 Subject: Merge changes from github. Change: 143710639 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3