commit | f3fab7c406428486ae1edabf390534d1862ba2b6 | [log] [tgz] |
---|---|---|
author | Sanjoy Das <sanjoy@google.com> | Thu Jun 20 11:19:00 2019 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu Jun 20 11:26:26 2019 -0700 |
tree | 04a763ebfedebed3a749b8a11245ff60f9168c43 | |
parent | a2742882bb5232dfa860b0abaef2f72b284b05d9 [diff] [blame] |
Link in XLA for open source OSX builds by default PiperOrigin-RevId: 254235029
diff --git a/configure.py b/configure.py index a475c02..55d7897 100644 --- a/configure.py +++ b/configure.py
@@ -1426,7 +1426,7 @@ if is_ppc64le(): write_action_env_to_bazelrc('OMP_NUM_THREADS', 1) - xla_enabled_by_default = is_linux() + xla_enabled_by_default = is_linux() or is_macos() set_build_var(environ_cp, 'TF_ENABLE_XLA', 'XLA JIT', 'with_xla_support', xla_enabled_by_default, 'xla')