test=develop

revert-15661-fix-cpu-broadcast
peizhilin 6 years ago
parent 805d505f14
commit db563ec2cd

@ -1,3 +1,9 @@
# make the external project built first
set(PADDLE_MEMORY_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/memory/build")
add_custom_command(OUTPUT ${PADDLE_MEMORY_BUILD_DIR}/.timestamp
COMMAND ${CMAKE_COMMAND} -E touch ${PADDLE_MEMORY_BUILD_DIR}/.timestamp
DEPENDS ${external_project_dependencies})
add_subdirectory(detail)
add_subdirectory(allocation)
cc_library(malloc SRCS malloc.cc DEPS place enforce allocator_facade)

Loading…
Cancel
Save