已合并
fix testcase wrong && mv core/model->feature/model #1528
fix testcase wrong && mv core/model->feature/model #1528
已合并
duanpengliang创建于 4月13日
13 个文件变更+39-39
@@ -1,2 +1,2 @@
1-rts_aicore_07311+rts_aicore_0713
2rts_aicore_00012rts_aicore_0001
@@ -11,7 +11,7 @@
11 11 
12export SLOG_PRINT_TO_STDOUT=112export SLOG_PRINT_TO_STDOUT=1
13export ASCEND_SLOG_PRINT_TO_STDOUT=113export ASCEND_SLOG_PRINT_TO_STDOUT=1
14-export ASCEND_GLOBAL_LOG_LEVEL=114+export ASCEND_GLOBAL_LOG_LEVEL=2
15 15 
16SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"16SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
17PARAM_FILE="${SCRIPT_DIR}/../pre-smoking-testcase"17PARAM_FILE="${SCRIPT_DIR}/../pre-smoking-testcase"
@@ -304,12 +304,12 @@ set(libruntime_cmodel_src_files
304 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc304 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc
305 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc305 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc
306 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc306 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
307- ${RUNTIME_CORE_DIR}/src/model/model.cc307+ ${RUNTIME_FEATURE_DIR}/model/model.cc
308 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc308 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
309- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc309+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
310 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc310 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
311 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc311 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc
312- ${RUNTIME_CORE_DIR}/src/model/v100/capture_adapt.cc312+ ${RUNTIME_FEATURE_DIR}/model/v100/capture_adapt.cc
313 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc313 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc
314 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc314 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc
315 ${RUNTIME_CORE_DIR}/src/kernel/args/args_handle_allocator.cc315 ${RUNTIME_CORE_DIR}/src/kernel/args/args_handle_allocator.cc
@@ -417,12 +417,12 @@ set(libruntime_cmodel_v200_src_files
417 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc417 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
418 ${RUNTIME_DIR}/src/runtime/driver/driver.cc418 ${RUNTIME_DIR}/src/runtime/driver/driver.cc
419 ${RUNTIME_DIR}/src/runtime/driver/v200/npu_driver.cc419 ${RUNTIME_DIR}/src/runtime/driver/v200/npu_driver.cc
420- ${RUNTIME_CORE_DIR}/src/model/model.cc420+ ${RUNTIME_FEATURE_DIR}/model/model.cc
421 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc421 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
422- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc422+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
423 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc423 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
424 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc424 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc
425- ${RUNTIME_CORE_DIR}/src/model/v200/capture_adapt.cc425+ ${RUNTIME_FEATURE_DIR}/model/v200/capture_adapt.cc
426 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_adapt_v200.cc426 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_adapt_v200.cc
427 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_model_adapt_v200.cc427 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_model_adapt_v200.cc
428 ${RUNTIME_CORE_DIR}/src/kernel/arg_loader/arg_loader_ub.cc428 ${RUNTIME_CORE_DIR}/src/kernel/arg_loader/arg_loader_ub.cc
@@ -496,7 +496,7 @@ set(libruntime_cmodel_v200_src_files
496 ${RUNTIME_FEATURE_DIR}/ccu/ccu_device_error_proc.cc496 ${RUNTIME_FEATURE_DIR}/ccu/ccu_device_error_proc.cc
497 ${RUNTIME_CORE_DIR}/src/event/event_c.cc497 ${RUNTIME_CORE_DIR}/src/event/event_c.cc
498 ${RUNTIME_CORE_DIR}/src/launch/memcpy_starsv2.cc498 ${RUNTIME_CORE_DIR}/src/launch/memcpy_starsv2.cc
499- ${RUNTIME_CORE_DIR}/src/model/model_c.cc499+ ${RUNTIME_FEATURE_DIR}/model/model_c.cc
500 ${RUNTIME_CORE_DIR}/src/notify/notify_c.cc500 ${RUNTIME_CORE_DIR}/src/notify/notify_c.cc
501 ${RUNTIME_CORE_DIR}/src/profiler/profiler_c.cc501 ${RUNTIME_CORE_DIR}/src/profiler/profiler_c.cc
502 ${RUNTIME_CORE_DIR}/src/memory/mem_type.cc502 ${RUNTIME_CORE_DIR}/src/memory/mem_type.cc
@@ -241,10 +241,10 @@ set(libruntime_v100_src_files
241 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc241 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc
242 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc242 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc
243 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc243 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
244- ${RUNTIME_CORE_DIR}/src/model/model.cc244+ ${RUNTIME_FEATURE_DIR}/model/model.cc
245 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc245 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
246- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc246+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
247- ${RUNTIME_CORE_DIR}/src/model/v100/capture_adapt.cc247+ ${RUNTIME_FEATURE_DIR}/model/v100/capture_adapt.cc
248 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc248 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc
249 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc249 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc
250 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc250 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
@@ -345,10 +345,10 @@ set(RUNTIME_INC_DIR_OPEN
345 ${RUNTIME_DIR}/src/runtime/core/inc/notify345 ${RUNTIME_DIR}/src/runtime/core/inc/notify
346 ${RUNTIME_DIR}/src/runtime/core/inc/profiler346 ${RUNTIME_DIR}/src/runtime/core/inc/profiler
347 ${RUNTIME_DIR}/src/runtime/core/inc/soc347 ${RUNTIME_DIR}/src/runtime/core/inc/soc
348- ${RUNTIME_DIR}/src/runtime/core/inc/spec348+ ${RUNTIME_DIR}/src/runtime/core/inc/spec
349- ${RUNTIME_DIR}/src/runtime/core/inc/sqe349+ ${RUNTIME_DIR}/src/runtime/core/inc/sqe
350- ${RUNTIME_DIR}/src/runtime/inc/device350+ ${RUNTIME_DIR}/src/runtime/inc/device
351- ${RUNTIME_DIR}/src/runtime/inc/sqe351+ ${RUNTIME_DIR}/src/runtime/inc/sqe
352 ${RUNTIME_DIR}/src/runtime/core/inc/stars352 ${RUNTIME_DIR}/src/runtime/core/inc/stars
353 ${RUNTIME_DIR}/src/runtime/core/inc/stream353 ${RUNTIME_DIR}/src/runtime/core/inc/stream
354 ${RUNTIME_DIR}/src/runtime/core/inc/task354 ${RUNTIME_DIR}/src/runtime/core/inc/task
@@ -210,12 +210,12 @@ set(libruntime_common_src_files
210 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc210 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc
211 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc211 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc
212 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc212 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
213- ${RUNTIME_CORE_DIR}/src/model/model.cc213+ ${RUNTIME_FEATURE_DIR}/model/model.cc
214 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc214 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
215- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc215+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
216 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc216 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
217 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc217 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model_utils.cc
218- ${RUNTIME_CORE_DIR}/src/model/v100/capture_adapt.cc218+ ${RUNTIME_FEATURE_DIR}/model/v100/capture_adapt.cc
219 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc219 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc
220 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc220 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc
221 ${RUNTIME_CORE_DIR}/src/kernel/args/args_handle_allocator.cc221 ${RUNTIME_CORE_DIR}/src/kernel/args/args_handle_allocator.cc
@@ -316,10 +316,10 @@ set(libruntime_v100_src_files
316 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc316 ${RUNTIME_CORE_DIR}/src/pool/memory_list.cc
317 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc317 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc
318 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc318 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
319- ${RUNTIME_CORE_DIR}/src/model/model.cc319+ ${RUNTIME_FEATURE_DIR}/model/model.cc
320 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc320 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
321- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc321+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
322- ${RUNTIME_CORE_DIR}/src/model/v100/capture_adapt.cc322+ ${RUNTIME_FEATURE_DIR}/model/v100/capture_adapt.cc
323 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc323 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_adapt_v100.cc
324 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc324 ${RUNTIME_FEATURE_DIR}/aclgraph/v100/capture_model_adapt_v100.cc
325 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc325 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
@@ -249,10 +249,10 @@ set(libruntime_v200_v201_common_src_files
249 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc249 ${RUNTIME_CORE_DIR}/src/pool/memory_pool.cc
250 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc250 ${RUNTIME_CORE_DIR}/src/pool/memory_pool_manager.cc
251 ${RUNTIME_DIR}/src/runtime/driver/driver.cc251 ${RUNTIME_DIR}/src/runtime/driver/driver.cc
252- ${RUNTIME_CORE_DIR}/src/model/model.cc252+ ${RUNTIME_FEATURE_DIR}/model/model.cc
253 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc253 ${RUNTIME_FEATURE_DIR}/aclgraph/model_aclgraph.cc
254- ${RUNTIME_CORE_DIR}/src/model/model_rebuild.cc254+ ${RUNTIME_FEATURE_DIR}/model/model_rebuild.cc
255- ${RUNTIME_CORE_DIR}/src/model/v200/capture_adapt.cc255+ ${RUNTIME_FEATURE_DIR}/model/v200/capture_adapt.cc
256 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_adapt_v200.cc256 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_adapt_v200.cc
257 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_model_adapt_v200.cc257 ${RUNTIME_FEATURE_DIR}/aclgraph/v200/capture_model_adapt_v200.cc
258 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc258 ${RUNTIME_FEATURE_DIR}/aclgraph/capture_model.cc
@@ -327,7 +327,7 @@ set(libruntime_v200_v201_common_src_files
327 ${RUNTIME_FEATURE_DIR}/ccu/ccu_device_error_proc.cc327 ${RUNTIME_FEATURE_DIR}/ccu/ccu_device_error_proc.cc
328 ${RUNTIME_CORE_DIR}/src/event/event_c.cc328 ${RUNTIME_CORE_DIR}/src/event/event_c.cc
329 ${RUNTIME_CORE_DIR}/src/launch/memcpy_starsv2.cc329 ${RUNTIME_CORE_DIR}/src/launch/memcpy_starsv2.cc
330- ${RUNTIME_CORE_DIR}/src/model/model_c.cc330+ ${RUNTIME_FEATURE_DIR}/model/model_c.cc
331 ${RUNTIME_CORE_DIR}/src/notify/notify_c.cc331 ${RUNTIME_CORE_DIR}/src/notify/notify_c.cc
332 ${RUNTIME_CORE_DIR}/src/profiler/profiler_c.cc332 ${RUNTIME_CORE_DIR}/src/profiler/profiler_c.cc
333 ${RUNTIME_CORE_DIR}/src/memory/mem_type.cc333 ${RUNTIME_CORE_DIR}/src/memory/mem_type.cc
Rsrc/runtime/core/src/model/model.ccsrc/runtime/feature/model/model.cc+0-0
文件重命名但无更改。
Rsrc/runtime/core/src/model/model_c.ccsrc/runtime/feature/model/model_c.cc+0-0
文件重命名但无更改。
Rsrc/runtime/core/src/model/model_rebuild.ccsrc/runtime/feature/model/model_rebuild.cc+0-0
文件重命名但无更改。
Rsrc/runtime/core/src/model/v100/capture_adapt.ccsrc/runtime/feature/model/v100/capture_adapt.cc+0-0
文件重命名但无更改。
Rsrc/runtime/core/src/model/v200/capture_adapt.ccsrc/runtime/feature/model/v200/capture_adapt.cc+0-0
文件重命名但无更改。
@@ -150,7 +150,7 @@ set(runtimeut_src_david_series_common_c_list
150 ${TOP_DIR}/src/runtime/core/src/launch/cmo_barrier_starsv2.cc150 ${TOP_DIR}/src/runtime/core/src/launch/cmo_barrier_starsv2.cc
151 ${TOP_DIR}/src/runtime/core/src/notify/notify_c.cc151 ${TOP_DIR}/src/runtime/core/src/notify/notify_c.cc
152 ${TOP_DIR}/src/runtime/core/src/event/event_c.cc152 ${TOP_DIR}/src/runtime/core/src/event/event_c.cc
153- ${TOP_DIR}/src/runtime/core/src/model/model_c.cc153+ ${TOP_DIR}/src/runtime/feature/model/model_c.cc
154 ${TOP_DIR}/src/runtime/core/src/profiler/profiler_c.cc154 ${TOP_DIR}/src/runtime/core/src/profiler/profiler_c.cc
155)155)
156 156 
@@ -419,9 +419,9 @@ set(runtimeut_src_list
419 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc419 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc
420 ${TOP_DIR}/src/runtime/driver/driver.cc420 ${TOP_DIR}/src/runtime/driver/driver.cc
421 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp421 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp
422- ${TOP_DIR}/src/runtime/core/src/model/model.cc422+ ${TOP_DIR}/src/runtime/feature/model/model.cc
423- ${TOP_DIR}/src/runtime/core/src/model/model_rebuild.cc423+ ${TOP_DIR}/src/runtime/feature/model/model_rebuild.cc
424- ${TOP_DIR}/src/runtime/core/src/model/v100/capture_adapt.cc424+ ${TOP_DIR}/src/runtime/feature/model/v100/capture_adapt.cc
425 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_adapt_v100.cc425 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_adapt_v100.cc
426 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_model_adapt_v100.cc426 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_model_adapt_v100.cc
427 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc427 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc
@@ -577,9 +577,9 @@ set(runtimeut_david_src_list
577 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc577 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc
578 ${TOP_DIR}/src/runtime/driver/v200/npu_driver.cc578 ${TOP_DIR}/src/runtime/driver/v200/npu_driver.cc
579 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp579 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp
580- ${TOP_DIR}/src/runtime/core/src/model/model.cc580+ ${TOP_DIR}/src/runtime/feature/model/model.cc
581- ${TOP_DIR}/src/runtime/core/src/model/model_rebuild.cc581+ ${TOP_DIR}/src/runtime/feature/model/model_rebuild.cc
582- ${TOP_DIR}/src/runtime/core/src/model/v200/capture_adapt.cc582+ ${TOP_DIR}/src/runtime/feature/model/v200/capture_adapt.cc
583 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_adapt_v200.cc583 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_adapt_v200.cc
584 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_model_adapt_v200.cc584 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_model_adapt_v200.cc
585 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc585 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc
@@ -1401,9 +1401,9 @@ set(runtimeut_v201_src_list
1401 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc1401 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc
1402 ${TOP_DIR}/src/runtime/driver/v201/npu_driver.cc1402 ${TOP_DIR}/src/runtime/driver/v201/npu_driver.cc
1403 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp1403 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp
1404- ${TOP_DIR}/src/runtime/core/src/model/model.cc1404+ ${TOP_DIR}/src/runtime/feature/model/model.cc
1405- ${TOP_DIR}/src/runtime/core/src/model/model_rebuild.cc1405+ ${TOP_DIR}/src/runtime/feature/model/model_rebuild.cc
1406- ${TOP_DIR}/src/runtime/core/src/model/v200/capture_adapt.cc1406+ ${TOP_DIR}/src/runtime/feature/model/v200/capture_adapt.cc
1407 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_adapt_v200.cc1407 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_adapt_v200.cc
1408 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_model_adapt_v200.cc1408 ${TOP_DIR}/src/runtime/feature/aclgraph/v200/capture_model_adapt_v200.cc
1409 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc1409 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc
@@ -237,9 +237,9 @@ set(runtimeut_910b_src_list
237 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc237 ${TOP_DIR}/src/runtime/core/src/device/ctrl_msg.cc
238 ${TOP_DIR}/src/runtime/driver/driver.cc238 ${TOP_DIR}/src/runtime/driver/driver.cc
239 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp239 ${TOP_DIR}/src/runtime/driver/npu_driver_dcache_lock_common.cpp
240- ${TOP_DIR}/src/runtime/core/src/model/model.cc240+ ${TOP_DIR}/src/runtime/feature/model/model.cc
241- ${TOP_DIR}/src/runtime/core/src/model/model_rebuild.cc241+ ${TOP_DIR}/src/runtime/feature/model/model_rebuild.cc
242- ${TOP_DIR}/src/runtime/core/src/model/v100/capture_adapt.cc242+ ${TOP_DIR}/src/runtime/feature/model/v100/capture_adapt.cc
243 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_adapt_v100.cc243 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_adapt_v100.cc
244 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_model_adapt_v100.cc244 ${TOP_DIR}/src/runtime/feature/aclgraph/v100/capture_model_adapt_v100.cc
245 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc245 ${TOP_DIR}/src/runtime/core/src/kernel/args/args_handle_allocator.cc