Skip to content

Commit

Permalink
"fix compile" (#10657)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhwinter authored May 21, 2018
1 parent a66afe0 commit 0e4467e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions paddle/fluid/operators/beam_search_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ limitations under the License. */

#pragma once

#ifdef PADDLE_WITH_TESTING
#include "gtest/gtest.h"
#endif

#include <string>
#include <vector>
#include "paddle/fluid/framework/lod_tensor.h"
Expand Down
2 changes: 1 addition & 1 deletion paddle/fluid/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nv_test(device_context_test SRCS device_context_test.cu DEPS device_context gpu_
nv_test(cudnn_helper_test SRCS cudnn_helper_test.cc DEPS dynload_cuda)
nv_test(transform_test SRCS transform_test.cu DEPS memory place device_context)

cc_library(device_tracer SRCS device_tracer.cc DEPS boost profiler_proto ${GPU_CTX_DEPS})
cc_library(device_tracer SRCS device_tracer.cc DEPS boost profiler_proto framework_proto ${GPU_CTX_DEPS})
cc_library(profiler SRCS profiler.cc DEPS device_context device_tracer)
cc_test(profiler_test SRCS profiler_test.cc DEPS profiler)

Expand Down

0 comments on commit 0e4467e

Please sign in to comment.