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 5cc7946 + d36491c commit 7e8c459Copy full SHA for 7e8c459
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