|
@@ -148,10 +148,10 @@ elseif (ENABLE_D OR ENABLE_ACL) |
|
|
# common libraries |
|
|
# common libraries |
|
|
find_module(slog libslog.so ${ASCEND_MS_DRIVER_PATH}) |
|
|
find_module(slog libslog.so ${ASCEND_MS_DRIVER_PATH}) |
|
|
find_module(error_manager liberror_manager.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
find_module(error_manager liberror_manager.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
|
|
|
find_module(static_mmpa libmmpa.a ${ASCEND_MS_DRIVER_PATH}) |
|
|
|
|
|
|
|
|
if (ENABLE_D) |
|
|
if (ENABLE_D) |
|
|
# training |
|
|
# training |
|
|
find_module(mmpa libmmpa.so ${ASCEND_MS_DRIVER_PATH}) |
|
|
|
|
|
find_module(runtime libruntime.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
find_module(runtime libruntime.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
find_module(register libregister.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
find_module(register libregister.so ${ASCEND_MS_RUNTIME_PATH} ${ATLAS_MS_RUNTIME_PATH}) |
|
|
endif () |
|
|
endif () |
|
|