|
|
|
@@ -115,7 +115,7 @@ if (ENABLE_OPEN_SRC) |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}) |
|
|
|
endif() |
|
|
|
elseif(PLATFORM STREQUAL "all") |
|
|
|
find_module(msprofiler libmsprofiler.a ${ASCEND_DRIVER_COMMON_DIR}) |
|
|
|
find_module(msprofiler libmsprofiler.a ${ASCEND_ACL_DIR}) |
|
|
|
find_module(hccl libhccl.so ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(adump_server libadump_server.a ${ASCEND_ACL_DIR}) |
|
|
|
find_module(runtime libruntime.so ${ASCEND_ACL_DIR}) |
|
|
|
@@ -123,7 +123,7 @@ if (ENABLE_OPEN_SRC) |
|
|
|
find_module(resource libresource.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_fwk libmsprofiler_fwk.a ${ASCEND_ACL_DIR}) |
|
|
|
find_module(msprofiler_fwk libmsprofiler_fwk.a ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}/driver) |
|
|
|
#find_module(ascendcl_static libascendcl.a ${ASCEND_ACL_DIR}) |
|
|
|
else() |
|
|
|
|