CMakeLists.txt 325 字节
Newer Older
1 2 3 4 5 6
if(NOT WITH_XPU)
  return()
endif()

set(XPU_CTX_DEPS xpulib ssl crypto rt z resolv dl)

7

8
cc_library(xpu_info SRCS xpu_info.cc DEPS gflags glog enforce xpulib device_context place phi_xpu_info)
9
cc_library(xpu_op_list SRCS xpu_op_list.cc DEPS gflags glog enforce xpulib device_context op_kernel_type)
10 11

add_subdirectory(tests)