We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tape/variable.cc
1 parent 212651a commit cdc06b0Copy full SHA for cdc06b0
paddle/contrib/tape/CMakeLists.txt
@@ -17,7 +17,7 @@ if(APPLE)
17
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=pessimizing-move")
18
endif(APPLE)
19
20
-cc_library(tape_variable SRCS variable.cc DEPS ${FLUID_CORE_MODULES} device_context)
+cc_library(tape_variable SRCS variable.cc DEPS ${FLUID_CORE_MODULES} device_context framework_proto proto_desc operator)
21
cc_library(tape SRCS tape.cc DEPS ${FLUID_CORE_MODULES} ${GLOB_OP_LIB} tape_variable)
22
23
cc_test(test_tape
0 commit comments