fix bug that cann't find mkldnn(kunlun) (#30394)

revert-31562-mean
QingshuChen 4 years ago committed by GitHub
parent 5ff4f1ad5e
commit cf786d22ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ endif()
cc_library(malloc SRCS malloc.cc DEPS
place enforce allocator_facade profiler ${MKLDNN_CTX_DEPS})
cc_library(memcpy SRCS memcpy.cc DEPS place)
cc_library(memcpy SRCS memcpy.cc DEPS place device_context)
cc_library(memory DEPS malloc memcpy)

Loading…
Cancel
Save