未验证 提交 80dfa010 编写于 作者: A Aganlengzi 提交者: GitHub

[NPU] fix aarch64 deps (#39257)

上级 7ed81711
......@@ -10,6 +10,6 @@ if(WITH_ASCEND_CL)
cc_library(npu_info SRCS npu_info.cc DEPS gflags glog enforce monitor ascendcl acl_op_compiler)
cc_library(npu_resource_pool SRCS npu_resource_pool.cc DEPS npu_info)
cc_library(npu_stream SRCS npu_stream.cc DEPS enforce boost stream_callback_manager)
cc_library(npu_collective_helper SRCS npu_collective_helper.cc DEPS npu_stream npu_info)
cc_library(npu_collective_helper SRCS npu_collective_helper.cc DEPS npu_stream npu_info data_type)
cc_library(npu_op_runner SRCS npu_op_runner.cc DEPS operator npu_info)
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册