Automated rollback of commit 92b7212e543056ff2a6b4d6d3e660202fdce3ee9

PiperOrigin-RevId: 264744295
This commit is contained in:
A. Unique TensorFlower 2019-08-21 19:10:53 -07:00 committed by Goldie Gadde
parent b12998c174
commit 6a4957735c
2 changed files with 2 additions and 4 deletions

View File

@ -106,8 +106,7 @@ if [[ "$RELEASE_BUILD" == 1 ]]; then
# Overriding eigen strong inline speeds up the compiling of conv_grad_ops_3d.cc and conv_ops_3d.cc
# by 20 minutes. See https://github.com/tensorflow/tensorflow/issues/10521
# Because this hurts the performance of TF, we don't override it in release build.
# TODO(ggadde): Temporarily override for release builds as well to debug failures.
export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
export TF_OVERRIDE_EIGEN_STRONG_INLINE=0
else
export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
fi

View File

@ -106,8 +106,7 @@ if [[ "$RELEASE_BUILD" == 1 ]]; then
# Overriding eigen strong inline speeds up the compiling of conv_grad_ops_3d.cc and conv_ops_3d.cc
# by 20 minutes. See https://github.com/tensorflow/tensorflow/issues/10521
# Because this hurts the performance of TF, we don't override it in release build.
# TODO(ggadde): Temporarily override for release builds as well to debug failures.
export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
export TF_OVERRIDE_EIGEN_STRONG_INLINE=0
else
export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
fi