From 73bfe432caa8730edf37749e373afc76d765d6c6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Nov 2020 08:53:16 -0800 Subject: [PATCH] Revert enabling Eigen inlining temporarily for nightly builds PiperOrigin-RevId: 340657751 Change-Id: Idfbd03bd02438e38b598a322041f5e6b7ccef009 --- tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh | 2 +- tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh b/tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh index 9b41939ef22..e4258f0408e 100644 --- a/tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh +++ b/tensorflow/tools/ci_build/windows/cpu/pip/build_tf_windows.sh @@ -107,7 +107,7 @@ if [[ "$RELEASE_BUILD" == 1 ]]; then # Because this hurts the performance of TF, we don't override it in release build. export TF_OVERRIDE_EIGEN_STRONG_INLINE=0 else - export TF_OVERRIDE_EIGEN_STRONG_INLINE=0 + export TF_OVERRIDE_EIGEN_STRONG_INLINE=1 fi if [[ "$TF_NIGHTLY" == 1 ]]; then diff --git a/tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh b/tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh index a3cafa1c0d7..1874a23df6d 100644 --- a/tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh +++ b/tensorflow/tools/ci_build/windows/gpu/pip/build_tf_windows.sh @@ -106,7 +106,7 @@ if [[ "$RELEASE_BUILD" == 1 ]]; then # Because this hurts the performance of TF, we don't override it in release build. export TF_OVERRIDE_EIGEN_STRONG_INLINE=0 else - export TF_OVERRIDE_EIGEN_STRONG_INLINE=0 + export TF_OVERRIDE_EIGEN_STRONG_INLINE=1 fi if [[ "$TF_NIGHTLY" == 1 ]]; then