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.
2 parents 13bc761 + 4b40c00 commit 87332bbCopy full SHA for 87332bb
paddle/fluid/framework/CMakeLists.txt
@@ -117,7 +117,7 @@ cc_library(op_info SRCS op_info.cc DEPS attribute framework_proto)
117
cc_library(shape_inference SRCS shape_inference.cc DEPS ddim attribute device_context)
118
119
if (NOT WIN32)
120
-cc_library(transfer_scope_cache SRCS transfer_scope_cache.cc DEPS scope framework_proto)
+cc_library(transfer_scope_cache SRCS transfer_scope_cache.cc DEPS scope framework_proto device_context)
121
cc_library(operator SRCS operator.cc DEPS op_info device_context tensor scope glog
122
shape_inference data_transform lod_tensor profiler transfer_scope_cache)
123
else()
0 commit comments