aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/host
diff options
context:
space:
mode:
authorGravatar Nick Desaulniers <ndesaulniers@google.com>2018-05-17 14:22:49 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-17 14:25:26 -0700
commit2b03e28d480714f42b950468752fb6a99030fcf8 (patch)
tree3ef119680eac438856d5fcd2eb183d6d601d1f2d /tensorflow/stream_executor/host
parent8ab1bc703256928bbb570e33e2693a04ef5eda60 (diff)
[TF:STREAM_EXECUTOR] move declaration of multi_platform_manager to header
PiperOrigin-RevId: 197051272
Diffstat (limited to 'tensorflow/stream_executor/host')
-rw-r--r--tensorflow/stream_executor/host/host_platform.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/host/host_platform.cc b/tensorflow/stream_executor/host/host_platform.cc
index eeb6a06e3d..410dc9da89 100644
--- a/tensorflow/stream_executor/host/host_platform.cc
+++ b/tensorflow/stream_executor/host/host_platform.cc
@@ -100,7 +100,6 @@ static void InitializeHostPlatform() {
REGISTER_MODULE_INITIALIZER(host_platform,
stream_executor::host::InitializeHostPlatform());
-DECLARE_MODULE_INITIALIZER(multi_platform_manager);
// Note that module initialization sequencing is not supported in the
// open-source project, so this will be a no-op there.
REGISTER_MODULE_INITIALIZER_SEQUENCE(host_platform, multi_platform_manager);