Skip to content

Commit 87332bb

Browse files
authored
Merge pull request #14579 from Superjomn/fix/transfer-cache-compile-error
fix compile
2 parents 13bc761 + 4b40c00 commit 87332bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ cc_library(op_info SRCS op_info.cc DEPS attribute framework_proto)
117117
cc_library(shape_inference SRCS shape_inference.cc DEPS ddim attribute device_context)
118118

119119
if (NOT WIN32)
120-
cc_library(transfer_scope_cache SRCS transfer_scope_cache.cc DEPS scope framework_proto)
120+
cc_library(transfer_scope_cache SRCS transfer_scope_cache.cc DEPS scope framework_proto device_context)
121121
cc_library(operator SRCS operator.cc DEPS op_info device_context tensor scope glog
122122
shape_inference data_transform lod_tensor profiler transfer_scope_cache)
123123
else()

0 commit comments

Comments
 (0)