-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cherry-Pick] Remove the deprecated implement of Cambricon MLU、Huawei Kirin NPU、Bitmain NPU. #9596
[Cherry-Pick] Remove the deprecated implement of Cambricon MLU、Huawei Kirin NPU、Bitmain NPU. #9596
Conversation
a9793bb
to
ddfa1a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,还有一些小问题后面 PR 改吧
cmake/lite.cmake
Outdated
@@ -160,7 +142,7 @@ file(WRITE ${offline_lib_registry_file} "") # clean | |||
function(lite_cc_library TARGET) | |||
set(options SHARED shared STATIC static MODULE module) | |||
set(oneValueArgs "") | |||
set(multiValueArgs SRCS DEPS X86_DEPS CUDA_DEPS CL_DEPS METAL_DEPS ARM_DEPS FPGA_DEPS INTEL_FPGA_DEPS BM_DEPS IMAGINATION_NNA_DEPS RKNPU_DEPS NPU_DEPS XPU_DEPS MLU_DEPS HUAWEI_ASCEND_NPU_DEPS APU_DEPS NNADAPTER_DEPS CV_DEPS PROFILE_DEPS LIGHT_DEPS | |||
set(multiValueArgs SRCS DEPS X86_DEPS CUDA_DEPS CL_DEPS METAL_DEPS ARM_DEPS FPGA_DEPS INTEL_FPGA_DEPS IMAGINATION_NNA_DEPS RKNPU_DEPS NPU_DEPS XPU_DEPS HUAWEI_ASCEND_NPU_DEPS APU_DEPS NNADAPTER_DEPS CV_DEPS PROFILE_DEPS LIGHT_DEPS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NPU_DEPS 清理掉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还有 RKNPU_DEPS APU_DEPS HUAWEI_ASCEND_NPU_DEPS IMAGINATION_NNA_DEPS
ddfa1a8
to
7c1b2dc
Compare
No description provided.