aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_runner.cc
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-11-11 07:46:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-11 07:50:10 -0800
commit1a70297c95643ab047f4ef069851523ea5d4d5b3 (patch)
treeea0e80c24ec3ea498804840730b26e859936b290 /tensorflow/compiler/xla/service/hlo_runner.cc
parent07ac134a4b2fa6f40f7fa8f7266b854a529ddcab (diff)
Automated g4 rollback of changelist 175252067
PiperOrigin-RevId: 175401676
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_runner.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_runner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_runner.cc b/tensorflow/compiler/xla/service/hlo_runner.cc
index 158fb9a546..f463e57d99 100644
--- a/tensorflow/compiler/xla/service/hlo_runner.cc
+++ b/tensorflow/compiler/xla/service/hlo_runner.cc
@@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#define EIGEN_USE_THREADS
#include "tensorflow/compiler/xla/service/hlo_runner.h"
@@ -20,6 +19,8 @@ limitations under the License.
#include <string>
#include <utility>
+#define EIGEN_USE_THREADS
+
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/compiler/xla/layout_util.h"
#include "tensorflow/compiler/xla/ptr_util.h"