未验证 提交 93f02152 编写于 作者: R Raviteja Gorijala 提交者: GitHub

Update Windows Release Build File

上级 59ec4da1
...@@ -101,14 +101,15 @@ while [[ $# -gt 0 ]]; do ...@@ -101,14 +101,15 @@ while [[ $# -gt 0 ]]; do
shift shift
done done
if [[ "$RELEASE_BUILD" == 1 ]]; then # Overriding eigen strong inline speeds up the compiling of conv_grad_ops_3d.cc and conv_ops_3d.cc
# 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
# by 20 minutes. See https://github.com/tensorflow/tensorflow/issues/10521 # Because this hurts the performance of TF, we don't override it in the release build.
# Because this hurts the performance of TF, we don't override it in release build. # TF_OVERRIDE_EIGEN_STRONG_INLINE=1 reduces the size of simple_console_windows.zip
export TF_OVERRIDE_EIGEN_STRONG_INLINE=0 # Set Flag to 1 for both Nightly and Release as a workaround for zipper failing > 4BG
else # TODO(Intel): Remove this when the issues is fixed
export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
fi export TF_OVERRIDE_EIGEN_STRONG_INLINE=1
if [[ "$TF_NIGHTLY" == 1 ]]; then if [[ "$TF_NIGHTLY" == 1 ]]; then
if [[ ${PROJECT_NAME} == *"2.0_preview"* ]]; then if [[ ${PROJECT_NAME} == *"2.0_preview"* ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册