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.
1 parent f4c869d commit d36491cCopy full SHA for d36491c
cmake/inference_lib.cmake
@@ -166,8 +166,8 @@ copy(framework_lib DEPS ${framework_lib_deps}
166
167
set(module "memory")
168
copy(memory_lib
169
- SRCS ${src_dir}/${module}/*.h ${src_dir}/${module}/detail/*.h
170
- DSTS ${dst_dir}/${module} ${dst_dir}/${module}/detail
+ SRCS ${src_dir}/${module}/*.h ${src_dir}/${module}/detail/*.h ${src_dir}/${module}/allocation/*.h
+ DSTS ${dst_dir}/${module} ${dst_dir}/${module}/detail ${dst_dir}/${module}/allocation
171
)
172
173
set(inference_deps paddle_fluid_shared paddle_fluid)
0 commit comments