CMakeLists.txt 249 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
if(WITH_MLU)
  cc_library(
    mlu_baseop
    SRCS mlu_baseop.cc
    DEPS neuware_lib device_context)
  cc_test(
    activation_op_mlu_test
    SRCS activation_op_mlu_test.cc
    DEPS op_registry activation_op scope device_context executor)
endif()