aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile
diff options
context:
space:
mode:
authorGravatar Guangda Lai <laigd@google.com>2018-02-26 10:59:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-26 11:04:37 -0800
commit24c619b6c4dd38fc4ef0f51b92e5f16809cc4ec8 (patch)
tree1ad880cb807abe2f4049fb3f8b049d029b25e997 /tensorflow/contrib/makefile
parent5a657b47f724b96730f764d3fb21c89e342e9c35 (diff)
Automated g4 rollback of changelist 185324160
PiperOrigin-RevId: 187048135
Diffstat (limited to 'tensorflow/contrib/makefile')
-rw-r--r--tensorflow/contrib/makefile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/makefile/Makefile b/tensorflow/contrib/makefile/Makefile
index 81327407d4..05e8d9064b 100644
--- a/tensorflow/contrib/makefile/Makefile
+++ b/tensorflow/contrib/makefile/Makefile
@@ -677,6 +677,7 @@ endif # TEGRA
TF_CC_SRCS := $(filter-out $(CORE_CC_EXCLUDE_SRCS), $(CORE_CC_ALL_SRCS))
# Add in any extra files that don't fit the patterns easily
TF_CC_SRCS += tensorflow/contrib/makefile/downloads/fft2d/fftsg.c
+TF_CC_SRCS += tensorflow/core/common_runtime/gpu/gpu_id_manager.cc
# Also include the op and kernel definitions.
TF_CC_SRCS += $(shell cat $(MAKEFILE_DIR)/tf_op_files.txt)
PBT_CC_SRCS := $(shell cat $(MAKEFILE_DIR)/tf_pb_text_files.txt)