From ce2a102760ad7c3503db484a4c0cdd97b5543dfc Mon Sep 17 00:00:00 2001 From: Eugene Brevdo Date: Fri, 27 Jan 2017 17:37:30 -0800 Subject: Add xla target for tensorflow tests that request them. Change: 145856327 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 6cd5c2f3db..2d8d85b021 100755 --- a/configure +++ b/configure @@ -175,10 +175,10 @@ done if [ "$TF_ENABLE_XLA" == "1" ]; then # Update Bazel build configuration. - perl -pi -e "s,WITH_XLA_SUPPORT = (False|True),WITH_XLA_SUPPORT = True,s" tensorflow/core/platform/default/build_config.bzl + sed -i -e "s/^WITH_XLA_SUPPORT = [FT].*/WITH_XLA_SUPPORT = True/" tensorflow/core/platform/default/build_config_root.bzl else # Update Bazel build configuration. - perl -pi -e "s,WITH_XLA_SUPPORT = (False|True),WITH_XLA_SUPPORT = False,s" tensorflow/core/platform/default/build_config.bzl + sed -i -e "s/^WITH_XLA_SUPPORT = [FT].*/WITH_XLA_SUPPORT = False/" tensorflow/core/platform/default/build_config_root.bzl fi -- cgit v1.2.3