From 35459cbaa0f654393b242c5357f6939b05267ab8 Mon Sep 17 00:00:00 2001 From: Todd Wang Date: Fri, 28 Sep 2018 08:56:06 -0700 Subject: Build TF with XLA support by default. Building binaries with XLA support does not enable it by default, it simply makes it accessible via default binary builds. PiperOrigin-RevId: 214942824 --- tensorflow/tools/ci_build/builds/run_pip_tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tensorflow/tools') diff --git a/tensorflow/tools/ci_build/builds/run_pip_tests.sh b/tensorflow/tools/ci_build/builds/run_pip_tests.sh index 17198a6560..7d5cf3f843 100755 --- a/tensorflow/tools/ci_build/builds/run_pip_tests.sh +++ b/tensorflow/tools/ci_build/builds/run_pip_tests.sh @@ -111,7 +111,6 @@ bazel clean # virtualenv. export TF_NEED_GCP=0 export TF_NEED_HDFS=0 -export TF_ENABLE_XLA=0 # Obtain the path to Python binary if [[ ${IS_VIRTUALENV} == "1" ]]; then -- cgit v1.2.3