aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
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