Automated rollback of commit 92b7212e543056ff2a6b4d6d3e660202fdce3ee9
PiperOrigin-RevId: 264744295
This commit is contained in:
parent
b12998c174
commit
6a4957735c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user