Enable XLA globally

PiperOrigin-RevId: 296497758
Change-Id: Ia672f0a8dc3e6f954b140cf8cf35c1b5481fa327
This commit is contained in:
Gunhan Gulsoy 2020-02-21 13:19:51 -08:00 committed by TensorFlower Gardener
parent 3a9416234a
commit 0b312cbc55

View File

@ -238,6 +238,7 @@ build:c++1z --config=c++17
# Enable using platform specific build settings
build --enable_platform_specific_config
build --config=xla
# Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
build:linux --copt=-w