Revert enabling Eigen inlining temporarily for nightly builds

PiperOrigin-RevId: 340657751
Change-Id: Idfbd03bd02438e38b598a322041f5e6b7ccef009
This commit is contained in:
Mihai Maruseac 2020-11-04 08:53:16 -08:00 committed by TensorFlower Gardener
parent 05f93ec4c3
commit 73bfe432ca
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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