CMakeLists.txt 113 字节
Newer Older
1 2 3 4 5 6
if(WITH_MKLDNN)
  cc_library(
    onednn_context
    SRCS onednn_context.cc
    DEPS cpu_context mkldnn)
endif()