|
|
|
@@ -88,10 +88,8 @@ if (ENABLE_OPEN_SRC) |
|
|
|
find_module(static_mmpa libmmpa.a ${ASCEND_ATC_DIR}) |
|
|
|
find_module(error_manager liberror_manager.so ${ASCEND_ATC_DIR}) |
|
|
|
if(PLATFORM STREQUAL "train") |
|
|
|
#find_module(hccl libhccl.so ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(adump_server libadump_server.a ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(runtime libruntime.so ${ASCEND_RUNTIME_DIR}) |
|
|
|
#find_module(resource libresource.so ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(error_manager liberror_manager.so ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(msprofiler_fwk_ext libmsprofiler_fwk.a ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}/driver) |
|
|
|
@@ -102,12 +100,10 @@ if (ENABLE_OPEN_SRC) |
|
|
|
elseif(PLATFORM STREQUAL "inference") |
|
|
|
find_module(adump_server libadump_server.a ${ASCEND_ACL_DIR}) |
|
|
|
find_module(runtime libruntime.so ${ASCEND_ACL_DIR}) |
|
|
|
#find_module(runtime_compile libruntime_compile.so ${ASCEND_ATC_DIR}) |
|
|
|
#find_module(resource libresource.so ${ASCEND_ATC_DIR}) |
|
|
|
find_module(runtime_compile libruntime_compile.so ${ASCEND_ATC_DIR}) |
|
|
|
find_module(error_manager liberror_manager.so ${ASCEND_ATC_DIR}) |
|
|
|
find_module(error_manager_static liberror_manager.a ${ASCEND_ACL_DIR}) |
|
|
|
find_module(msprofiler_ext libmsprofiler.a ${ASCEND_ACL_DIR}) |
|
|
|
#find_module(ascendcl_static libascendcl.a ${ASCEND_ACL_DIR}) |
|
|
|
if(PRODUCT STREQUAL "flr3") |
|
|
|
elseif(PRODUCT STREQUAL "flr1") |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}/driver) |
|
|
|
|