Revert enabling Eigen inlining temporarily for nightly builds
PiperOrigin-RevId: 340657751 Change-Id: Idfbd03bd02438e38b598a322041f5e6b7ccef009
This commit is contained in:
parent
05f93ec4c3
commit
73bfe432ca
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user