|
|
@@ -120,7 +120,7 @@ else () |
|
|
|
find_module(adump_server libadump_server.a ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(runtime libruntime.so ${ASCEND_ATC_DIR}) |
|
|
|
find_module(msprofiler_fwk_ext libmsprofiler_fwk.a ${ASCEND_RUNTIME_DIR}) |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}) |
|
|
|
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}/stub) |
|
|
|
find_module(msprofiler_ext libmsprofiler.a ${ASCEND_ACL_DIR}) |
|
|
|
else() |
|
|
|
message(STATUS "PLATFORM param is invalid, should be train or inference, you choose nothing!") |
|
|
|