提交 578cccd4 编写于 作者: Z Zeng Jinle 提交者: Tao Luo

fix parallel compilation error of allocator (#19581)

上级 635cd62d
cc_library(memory_block SRCS memory_block.cc memory_block_desc.cc meta_cache.cc)
cc_library(memory_block SRCS memory_block.cc memory_block_desc.cc meta_cache.cc DEPS place)
if(${WITH_GPU})
nv_library(system_allocator SRCS system_allocator.cc DEPS gflags cpu_info gpu_info)
nv_library(system_allocator SRCS system_allocator.cc DEPS gflags cpu_info gpu_info place)
else(${WITH_GPU})
cc_library(system_allocator SRCS system_allocator.cc DEPS gflags cpu_info)
cc_library(system_allocator SRCS system_allocator.cc DEPS gflags cpu_info place)
endif(${WITH_GPU})
cc_test(system_allocator_test SRCS system_allocator_test.cc DEPS system_allocator)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册