Skip to content

Rename subset to subview and migrate subview tests to .pto#344

Open
TaoTao-real wants to merge 10 commits intohw-native-sys:mainfrom
TaoTao-real:codex/subset-validshape-clean
Open

Rename subset to subview and migrate subview tests to .pto#344
TaoTao-real wants to merge 10 commits intohw-native-sys:mainfrom
TaoTao-real:codex/subset-validshape-clean

Conversation

@TaoTao-real
Copy link
Copy Markdown
Contributor

@TaoTao-real TaoTao-real commented Mar 24, 2026

Summary

  • Rename PTO IR op subset to subview (op class, parser/printer, docs, tests, and call sites).
  • Keep subview user-facing type semantics explicit:
    • PTO/IR result type shows logical subview size (sizes), e.g. rows=8, cols=8.
  • Keep backend/codegen physical semantics stable:
    • Lowering reuses parent tile physical shape/stride for addressing.
    • EmitC Tile<..., rows, cols, ...> keeps parent tile shape.
    • Sub-tile extent is carried by valid_row/valid_col.
  • Unify compact/non-compact subview lowering path and preserve non-compact correctness.
  • Add/update .pto and sample tests to lock the above behavior.

Motivation

  • Align naming with view semantics (subview) and remove legacy subset terminology.
  • Reduce user confusion in PTO text form (logical subview size visible in IR).
  • Preserve physical addressing correctness for non-compact subviews without splitting codegen paths.

Design

  • IR/Op rename:
    • SubsetOp -> SubViewOp
    • pto.subset -> pto.subview
  • Type semantics:
    • SubViewOp::inferReturnTypes builds result tile type from sizes (logical shape).
    • Verifier requires result shape to match sizes and validates valid_row/valid_col bounds.
  • Lowering semantics:
    • pto.subview lowers to memref.subview then reinterprets to parent-shape memref.
    • BindTileOp + pto.view_semantics="subview" drives EmitC to materialize fresh tile handle from shifted base address.
    • EmitC tile template shape comes from parent-shape memref; valid dims carry subview extent.

Testing

  • Local compile and basic checks:
    • ninja -C build ptoas
    • test/basic/subview_*.pto guard cases pass.
  • Board validation (A3):
    • test/samples/SubView/board_validation passed compare (out0/out1/out2/out3).

Risk / Rollback

  • Risk: downstream scripts/users still using subset spelling need migration.
  • Rollback: revert this PR to restore previous naming/semantics.

@zhangstevenunity
Copy link
Copy Markdown
Collaborator

/run all

@zhangstevenunity
Copy link
Copy Markdown
Collaborator

@codex

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep it up!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@reedhecre
Copy link
Copy Markdown

A5 板测失败

失败用例

  • xors (run, exit=1)
  • xor (run, exit=1)
  • vectorAddition (run, exit=1)
  • vadd_validshape_hyper (run, exit=1)
  • vadd_pto_ir (run, exit=1)
  • trap (run, exit=1)
  • trans (run, exit=1)
  • tinsert (run, exit=1)
  • tileSetGetValue (run, exit=1)
  • tileScalar (run, exit=1)
  • tmatmulk_autosync_a5 (run, exit=1)
  • test_set_wait_unified_api (run, exit=1)
  • test_mem_inject_sync_basic (run, exit=1)
  • test_intercore_sync_a5 (run, exit=1)
  • test_inject_sync_two_event_id (run, exit=1)
  • test_inject_sync_loop (run, exit=1)
  • test_inject_sync_loop_nest (run, exit=1)
  • test_inject_sync_intra_pipe_barrier (run, exit=1)
  • test_inject_sync_if (run, exit=1)
  • test_inject_sync_if_else (run, exit=1)
  • test_dynamic_valid_shape (run, exit=1)
  • test_barrier_sync (run, exit=1)
  • test_auto_sync_tail_hint (run, exit=1)
  • test_a5_buf_sync (run, exit=1)
  • sync (run, exit=1)
  • syncHigh (run, exit=1)
  • rar_optimization_test (run, exit=1)
  • nested_loop_confliect (run, exit=1)
  • matmul (run, exit=1)
  • compensation_test (run, exit=1)
  • add_double_dynamic (run, exit=1)
  • vadd_pto_pingpong (run, exit=1)
  • subview_tsubs (run, exit=1)
  • subview (run, exit=1)
  • subview_boxed_dynamic (run, exit=1)
  • subsc (run, exit=1)
  • subs (run, exit=1)
  • subc (run, exit=1)
  • sub (run, exit=1)
  • sqrt (run, exit=1)
  • sort32 (run, exit=1)
  • shrs (run, exit=1)
  • shr (run, exit=1)
  • shls (run, exit=1)
  • shl (run, exit=1)
  • set_validshape (run, exit=1)
  • sels (run, exit=1)
  • sel (run, exit=1)
  • scatter (run, exit=1)
  • scalar_ptr (run, exit=1)
  • rsqrt (run, exit=1)
  • rowsum (run, exit=1)
  • rowmin (run, exit=1)
  • rowmax (run, exit=1)
  • rowexpandsub (run, exit=1)
  • rowexpandmul (run, exit=1)
  • rowexpanddiv (run, exit=1)
  • rowexpandadd (run, exit=1)
  • rowexpand (run, exit=1)
  • reshape (run, exit=1)
  • bitcast_inplace_cvt (run, exit=1)
  • bitcast_dtype_alias (run, exit=1)
  • rems (run, exit=1)
  • rem (run, exit=1)
  • relu (run, exit=1)
  • recip (run, exit=1)
  • vector_example_dag_kernel_mul (run, exit=1)
  • vector_example_dag_kernel_add_scalar (run, exit=1)
  • vector_example_dag_kernel_add (run, exit=1)
  • paged_attention_example_kernel_softmax_prepare (run, exit=1)
  • paged_attention_example_kernel_qk_matmul (run, exit=1)
  • paged_attention_example_kernel_pv_matmul (run, exit=1)
  • paged_attention_example_kernel_online_update (run, exit=1)
  • paged_attention_example_kernel_init_inplace (run, exit=1)
  • orchestration_example_kernel_mul (run, exit=1)
  • orchestration_example_kernel_add_scalar (run, exit=1)
  • orchestration_example_kernel_add (run, exit=1)
  • print_scalar (run, exit=1)
  • prelu (run, exit=1)
  • plan_memory_reuse_sequential (run, exit=1)
  • plan_memory_peak_exact_capacity (run, exit=1)
  • plan_memory_peak_8_overlapping (run, exit=1)
  • plan_memory_no_reuse_overlap (run, exit=1)
  • plan_memory_nested_loops (run, exit=1)
  • plan_memory_loop_no_reuse_outer_live (run, exit=1)
  • plan_memory_loop_in_if (run, exit=1)
  • plan_memory_if_yield (run, exit=1)
  • plan_memory_if_in_loop (run, exit=1)
  • plan_memory_fragmentation_two_holes (run, exit=1)
  • plan_memory_fragmentation_hole_fit (run, exit=1)
  • plan_memory_for_iter_args_yield (run, exit=1)
  • plan_memory_bind_tile_alias_liveness (run, exit=1)
  • partmin (run, exit=1)
  • partmax (run, exit=1)
  • partition_view_verify_valid (run, exit=1)
  • partition_view_verify_rank_mismatch_valid (run, exit=1)
  • partition5d_dynamic_a5 (run, exit=1)
  • partition5d_a5 (run, exit=1)
  • partadd (run, exit=1)
  • ors (run, exit=1)
  • or (run, exit=1)
  • not (run, exit=1)
  • neg (run, exit=1)
  • muls (run, exit=1)
  • mul (run, exit=1)
  • mscatter (run, exit=1)
  • mrgsort_format2 (run, exit=1)
  • mrgsort_a5 (run, exit=1)
  • mins (run, exit=1)
  • min (run, exit=1)
  • mgather (run, exit=1)
  • memory (run, exit=1)
  • maxs (run, exit=1)
  • max (run, exit=1)
  • tmatmulk (run, exit=1)
  • matMul (run, exit=1)
  • lrelu (run, exit=1)
  • log (run, exit=1)
  • layout_inference (run, exit=1)
  • tensor_view_layout_dn (run, exit=1)
  • tensor_view_infer_layout_dn (run, exit=1)
  • gatherb (run, exit=1)
  • gather (run, exit=1)
  • gather_legacy (run, exit=1)
  • fillpad (run, exit=1)
  • fillpad_expand (run, exit=1)
  • expands (run, exit=1)
  • expand (run, exit=1)
  • exp (run, exit=1)
  • elementwise (run, exit=1)
  • divs2 (run, exit=1)
  • divs (run, exit=1)
  • div (run, exit=1)
  • dataMovement (run, exit=1)
  • cvt (run, exit=1)
  • concat (run, exit=1)
  • cv_region (run, exit=1)
  • complex (run, exit=1)
  • colsum (run, exit=1)
  • colmin (run, exit=1)
  • colmax (run, exit=1)
  • colexpandsub (run, exit=1)
  • colexpandmul (run, exit=1)
  • colexpandmin (run, exit=1)
  • colexpandmax (run, exit=1)
  • colexpanddiv (run, exit=1)
  • colexpand (run, exit=1)
  • cmps (run, exit=1)
  • cmp (run, exit=1)
  • ci (run, exit=1)
  • bf16_tile (run, exit=1)
  • ands (run, exit=1)
  • and (run, exit=1)
  • addsc (run, exit=1)
  • adds (run, exit=1)
  • addptr (run, exit=1)
  • addptr_f16 (run, exit=1)
  • addptr_dynamic (run, exit=1)
  • addptr_chain (run, exit=1)
  • addc (run, exit=1)
  • abs (run, exit=1)

@reedhecre
Copy link
Copy Markdown

A5 板测失败详情:PR #344

xors

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Xors/xors/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2515160] 2026-03-24-19:13:39.708.004 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:39] ERROR: testcase failed (exit 1): xors
xor

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Xor/xor/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2515655] 2026-03-24-19:13:42.514.011 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:42] ERROR: testcase failed (exit 1): xor
vectorAddition

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/VectorAddition/vectorAddition/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2516146] 2026-03-24-19:13:45.263.722 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:45] ERROR: testcase failed (exit 1): vectorAddition
vadd_validshape_hyper

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/VectorAddition/vadd_validshape_hyper/main.cpp:68)
[ERROR] RecentErrMsg: [PID: 2516637] 2026-03-24-19:13:48.017.816 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:48] ERROR: testcase failed (exit 1): vadd_validshape_hyper
vadd_pto_ir

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/VectorAddition/vadd_pto_ir/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2517123] 2026-03-24-19:13:50.756.302 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:50] ERROR: testcase failed (exit 1): vadd_pto_ir
trap

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Trap/trap/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2517616] 2026-03-24-19:13:53.420.683 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:53] ERROR: testcase failed (exit 1): trap
trans

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Trans/trans/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2518108] 2026-03-24-19:13:56.152.998 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:56] ERROR: testcase failed (exit 1): trans
tinsert

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/TInsert/tinsert/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 2518600] 2026-03-24-19:13:58.965.040 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:13:59] ERROR: testcase failed (exit 1): tinsert
tileSetGetValue

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/TileSetGetValue/tileSetGetValue/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2519098] 2026-03-24-19:14:01.692.272 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:01] ERROR: testcase failed (exit 1): tileSetGetValue
tileScalar

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/TileScalar/tileScalar/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2519592] 2026-03-24-19:14:04.443.316 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:04] ERROR: testcase failed (exit 1): tileScalar
tmatmulk_autosync_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/tmatmulk_autosync_a5/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 2520088] 2026-03-24-19:14:07.178.833 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:07] ERROR: testcase failed (exit 1): tmatmulk_autosync_a5
test_set_wait_unified_api

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_set_wait_unified_api/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2520575] 2026-03-24-19:14:09.851.121 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:10] ERROR: testcase failed (exit 1): test_set_wait_unified_api
test_mem_inject_sync_basic

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_mem_inject_sync_basic/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2521065] 2026-03-24-19:14:12.594.597 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:12] ERROR: testcase failed (exit 1): test_mem_inject_sync_basic
test_intercore_sync_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_intercore_sync_a5/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2521556] 2026-03-24-19:14:15.295.566 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:15] ERROR: testcase failed (exit 1): test_intercore_sync_a5
test_inject_sync_two_event_id

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_two_event_id/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 2522050] 2026-03-24-19:14:18.050.206 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:18] ERROR: testcase failed (exit 1): test_inject_sync_two_event_id
test_inject_sync_loop

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_loop/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2522541] 2026-03-24-19:14:20.785.939 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:20] ERROR: testcase failed (exit 1): test_inject_sync_loop
test_inject_sync_loop_nest

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_loop_nest/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2523027] 2026-03-24-19:14:23.580.276 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:23] ERROR: testcase failed (exit 1): test_inject_sync_loop_nest
test_inject_sync_intra_pipe_barrier

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_intra_pipe_barrier/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2523516] 2026-03-24-19:14:26.270.841 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:26] ERROR: testcase failed (exit 1): test_inject_sync_intra_pipe_barrier
test_inject_sync_if

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_if/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2524008] 2026-03-24-19:14:28.992.168 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:29] ERROR: testcase failed (exit 1): test_inject_sync_if
test_inject_sync_if_else

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_inject_sync_if_else/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2524493] 2026-03-24-19:14:31.747.490 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:31] ERROR: testcase failed (exit 1): test_inject_sync_if_else
test_dynamic_valid_shape

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_dynamic_valid_shape/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2524983] 2026-03-24-19:14:34.482.845 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:34] ERROR: testcase failed (exit 1): test_dynamic_valid_shape
test_barrier_sync

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_barrier_sync/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2525483] 2026-03-24-19:14:37.209.836 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:37] ERROR: testcase failed (exit 1): test_barrier_sync
test_auto_sync_tail_hint

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_auto_sync_tail_hint/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2525969] 2026-03-24-19:14:39.985.545 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:40] ERROR: testcase failed (exit 1): test_auto_sync_tail_hint
test_a5_buf_sync

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/test_a5_buf_sync/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2526462] 2026-03-24-19:14:42.699.313 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:42] ERROR: testcase failed (exit 1): test_a5_buf_sync
sync

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/sync/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2526950] 2026-03-24-19:14:45.436.884 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:45] ERROR: testcase failed (exit 1): sync
syncHigh

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/syncHigh/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2527436] 2026-03-24-19:14:48.171.779 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:48] ERROR: testcase failed (exit 1): syncHigh
rar_optimization_test

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/rar_optimization_test/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2527931] 2026-03-24-19:14:50.878.166 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:51] ERROR: testcase failed (exit 1): rar_optimization_test
nested_loop_confliect

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/nested_loop_confliect/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2528416] 2026-03-24-19:14:53.597.110 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:53] ERROR: testcase failed (exit 1): nested_loop_confliect
matmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/matmul/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 2528909] 2026-03-24-19:14:56.341.738 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:56] ERROR: testcase failed (exit 1): matmul
compensation_test

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/compensation_test/main.cpp:60)
[ERROR] RecentErrMsg: [PID: 2529398] 2026-03-24-19:14:59.137.690 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:14:59] ERROR: testcase failed (exit 1): compensation_test
add_double_dynamic

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sync/add_double_dynamic/main.cpp:68)
[ERROR] RecentErrMsg: [PID: 2529896] 2026-03-24-19:15:01.908.291 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:02] ERROR: testcase failed (exit 1): add_double_dynamic
vadd_pto_pingpong

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/SubView/vadd_pto_pingpong/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2530382] 2026-03-24-19:15:04.646.972 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:04] ERROR: testcase failed (exit 1): vadd_pto_pingpong
subview_tsubs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/SubView/subview_tsubs/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2530872] 2026-03-24-19:15:07.377.949 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:07] ERROR: testcase failed (exit 1): subview_tsubs
subview

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/SubView/subview/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2531365] 2026-03-24-19:15:10.151.231 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:10] ERROR: testcase failed (exit 1): subview
subview_boxed_dynamic

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/SubView/subview_boxed_dynamic/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2531860] 2026-03-24-19:15:12.821.214 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:12] ERROR: testcase failed (exit 1): subview_boxed_dynamic
subsc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Subsc/subsc/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2532351] 2026-03-24-19:15:15.562.687 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:15] ERROR: testcase failed (exit 1): subsc
subs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Subs/subs/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2532843] 2026-03-24-19:15:18.366.365 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:18] ERROR: testcase failed (exit 1): subs
subc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Subc/subc/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 2533331] 2026-03-24-19:15:21.209.346 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:21] ERROR: testcase failed (exit 1): subc
sub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sub/sub/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2533819] 2026-03-24-19:15:23.945.405 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:24] ERROR: testcase failed (exit 1): sub
sqrt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sqrt/sqrt/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2534309] 2026-03-24-19:15:26.694.522 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:26] ERROR: testcase failed (exit 1): sqrt
sort32

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sort32/sort32/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2534799] 2026-03-24-19:15:29.444.430 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:29] ERROR: testcase failed (exit 1): sort32
shrs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Shrs/shrs/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2535291] 2026-03-24-19:15:32.180.692 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:32] ERROR: testcase failed (exit 1): shrs
shr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Shr/shr/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2535778] 2026-03-24-19:15:34.906.471 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:35] ERROR: testcase failed (exit 1): shr
shls

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Shls/shls/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2536264] 2026-03-24-19:15:37.654.924 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:37] ERROR: testcase failed (exit 1): shls
shl

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Shl/shl/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2536751] 2026-03-24-19:15:40.394.011 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:40] ERROR: testcase failed (exit 1): shl
set_validshape

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/SetValidShape/set_validshape/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2537237] 2026-03-24-19:15:43.079.254 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:43] ERROR: testcase failed (exit 1): set_validshape
sels

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sels/sels/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2537723] 2026-03-24-19:15:45.820.762 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:45] ERROR: testcase failed (exit 1): sels
sel

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Sel/sel/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 2538210] 2026-03-24-19:15:48.586.967 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:48] ERROR: testcase failed (exit 1): sel
scatter

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Scatter/scatter/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2538695] 2026-03-24-19:15:51.391.760 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:51] ERROR: testcase failed (exit 1): scatter
scalar_ptr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/ScalarPtr/scalar_ptr/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2539186] 2026-03-24-19:15:54.102.518 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:54] ERROR: testcase failed (exit 1): scalar_ptr
rsqrt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rsqrt/rsqrt/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2539675] 2026-03-24-19:15:56.837.556 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:57] ERROR: testcase failed (exit 1): rsqrt
rowsum

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowsum/rowsum/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2540168] 2026-03-24-19:15:59.572.683 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:15:59] ERROR: testcase failed (exit 1): rowsum
rowmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowmin/rowmin/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2540660] 2026-03-24-19:16:02.370.443 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:02] ERROR: testcase failed (exit 1): rowmin
rowmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowmax/rowmax/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2541146] 2026-03-24-19:16:05.122.595 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:05] ERROR: testcase failed (exit 1): rowmax
rowexpandsub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowexpandsub/rowexpandsub/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2541638] 2026-03-24-19:16:07.871.344 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:08] ERROR: testcase failed (exit 1): rowexpandsub
rowexpandmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowexpandmul/rowexpandmul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2542128] 2026-03-24-19:16:10.702.100 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:10] ERROR: testcase failed (exit 1): rowexpandmul
rowexpanddiv

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowexpanddiv/rowexpanddiv/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2542615] 2026-03-24-19:16:13.453.024 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:13] ERROR: testcase failed (exit 1): rowexpanddiv
rowexpandadd

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowexpandadd/rowexpandadd/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2543101] 2026-03-24-19:16:16.205.234 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:16] ERROR: testcase failed (exit 1): rowexpandadd
rowexpand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rowexpand/rowexpand/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2543587] 2026-03-24-19:16:18.953.194 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:19] ERROR: testcase failed (exit 1): rowexpand
reshape

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Reshape/reshape/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2544078] 2026-03-24-19:16:21.679.764 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:21] ERROR: testcase failed (exit 1): reshape
bitcast_inplace_cvt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Reshape/bitcast_inplace_cvt/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2544568] 2026-03-24-19:16:24.431.432 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:24] ERROR: testcase failed (exit 1): bitcast_inplace_cvt

@reedhecre
Copy link
Copy Markdown

A5 板测失败详情:PR #344

bitcast_dtype_alias

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Reshape/bitcast_dtype_alias/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2545058] 2026-03-24-19:16:27.148.413 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:27] ERROR: testcase failed (exit 1): bitcast_dtype_alias
rems

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rems/rems/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2545550] 2026-03-24-19:16:29.904.178 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:30] ERROR: testcase failed (exit 1): rems
rem

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Rem/rem/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2546034] 2026-03-24-19:16:32.646.279 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:32] ERROR: testcase failed (exit 1): rem
relu

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Relu/relu/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2546520] 2026-03-24-19:16:35.391.082 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:35] ERROR: testcase failed (exit 1): relu
recip

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Recip/recip/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2547005] 2026-03-24-19:16:38.160.357 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:38] ERROR: testcase failed (exit 1): recip
vector_example_dag_kernel_mul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/vector_example_dag_kernel_mul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2547491] 2026-03-24-19:16:40.876.394 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:41] ERROR: testcase failed (exit 1): vector_example_dag_kernel_mul
vector_example_dag_kernel_add_scalar

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/vector_example_dag_kernel_add_scalar/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2547983] 2026-03-24-19:16:43.619.284 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:43] ERROR: testcase failed (exit 1): vector_example_dag_kernel_add_scalar
vector_example_dag_kernel_add

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/vector_example_dag_kernel_add/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2548479] 2026-03-24-19:16:46.414.125 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:46] ERROR: testcase failed (exit 1): vector_example_dag_kernel_add
paged_attention_example_kernel_softmax_prepare

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/paged_attention_example_kernel_softmax_prepare/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 2548968] 2026-03-24-19:16:49.312.638 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:49] ERROR: testcase failed (exit 1): paged_attention_example_kernel_softmax_prepare
paged_attention_example_kernel_qk_matmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/paged_attention_example_kernel_qk_matmul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2549459] 2026-03-24-19:16:52.030.131 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:52] ERROR: testcase failed (exit 1): paged_attention_example_kernel_qk_matmul
paged_attention_example_kernel_pv_matmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/paged_attention_example_kernel_pv_matmul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2549947] 2026-03-24-19:16:54.749.882 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:54] ERROR: testcase failed (exit 1): paged_attention_example_kernel_pv_matmul
paged_attention_example_kernel_online_update

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/paged_attention_example_kernel_online_update/main.cpp:85)
[ERROR] RecentErrMsg: [PID: 2550436] 2026-03-24-19:16:57.697.909 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:16:57] ERROR: testcase failed (exit 1): paged_attention_example_kernel_online_update
paged_attention_example_kernel_init_inplace

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/paged_attention_example_kernel_init_inplace/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2550921] 2026-03-24-19:17:00.397.341 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:00] ERROR: testcase failed (exit 1): paged_attention_example_kernel_init_inplace
orchestration_example_kernel_mul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/orchestration_example_kernel_mul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2551415] 2026-03-24-19:17:03.142.212 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:03] ERROR: testcase failed (exit 1): orchestration_example_kernel_mul
orchestration_example_kernel_add_scalar

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/orchestration_example_kernel_add_scalar/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2551908] 2026-03-24-19:17:05.878.480 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:06] ERROR: testcase failed (exit 1): orchestration_example_kernel_add_scalar
orchestration_example_kernel_add

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PyPTOIRParser/orchestration_example_kernel_add/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2552398] 2026-03-24-19:17:08.625.628 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:08] ERROR: testcase failed (exit 1): orchestration_example_kernel_add
print_scalar

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Print/print_scalar/main.cpp:56)
[ERROR] RecentErrMsg: [PID: 2552899] 2026-03-24-19:17:11.775.201 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:11] ERROR: testcase failed (exit 1): print_scalar
prelu

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Prelu/prelu/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2553390] 2026-03-24-19:17:14.513.226 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:14] ERROR: testcase failed (exit 1): prelu
plan_memory_reuse_sequential

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_reuse_sequential/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2553876] 2026-03-24-19:17:17.327.510 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:17] ERROR: testcase failed (exit 1): plan_memory_reuse_sequential
plan_memory_peak_exact_capacity

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_peak_exact_capacity/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2554361] 2026-03-24-19:17:20.199.180 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:20] ERROR: testcase failed (exit 1): plan_memory_peak_exact_capacity
plan_memory_peak_8_overlapping

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_peak_8_overlapping/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2554847] 2026-03-24-19:17:22.990.609 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:23] ERROR: testcase failed (exit 1): plan_memory_peak_8_overlapping
plan_memory_no_reuse_overlap

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_no_reuse_overlap/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2555332] 2026-03-24-19:17:25.719.343 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:25] ERROR: testcase failed (exit 1): plan_memory_no_reuse_overlap
plan_memory_nested_loops

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_nested_loops/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2555822] 2026-03-24-19:17:28.450.611 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:28] ERROR: testcase failed (exit 1): plan_memory_nested_loops
plan_memory_loop_no_reuse_outer_live

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_loop_no_reuse_outer_live/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2556312] 2026-03-24-19:17:31.181.907 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:31] ERROR: testcase failed (exit 1): plan_memory_loop_no_reuse_outer_live
plan_memory_loop_in_if

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_loop_in_if/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2556806] 2026-03-24-19:17:33.900.955 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:34] ERROR: testcase failed (exit 1): plan_memory_loop_in_if
plan_memory_if_yield

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_if_yield/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2557293] 2026-03-24-19:17:36.626.904 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:36] ERROR: testcase failed (exit 1): plan_memory_if_yield
plan_memory_if_in_loop

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_if_in_loop/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2557783] 2026-03-24-19:17:39.349.876 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:39] ERROR: testcase failed (exit 1): plan_memory_if_in_loop
plan_memory_fragmentation_two_holes

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_fragmentation_two_holes/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2558275] 2026-03-24-19:17:42.213.933 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:42] ERROR: testcase failed (exit 1): plan_memory_fragmentation_two_holes
plan_memory_fragmentation_hole_fit

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_fragmentation_hole_fit/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2558766] 2026-03-24-19:17:44.995.411 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:45] ERROR: testcase failed (exit 1): plan_memory_fragmentation_hole_fit
plan_memory_for_iter_args_yield

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_for_iter_args_yield/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2559252] 2026-03-24-19:17:47.722.112 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:47] ERROR: testcase failed (exit 1): plan_memory_for_iter_args_yield
plan_memory_bind_tile_alias_liveness

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/planmemory/plan_memory_bind_tile_alias_liveness/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2559742] 2026-03-24-19:17:50.498.877 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:50] ERROR: testcase failed (exit 1): plan_memory_bind_tile_alias_liveness
partmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Partmin/partmin/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2560236] 2026-03-24-19:17:53.251.555 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:53] ERROR: testcase failed (exit 1): partmin
partmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Partmax/partmax/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2560723] 2026-03-24-19:17:55.999.899 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:56] ERROR: testcase failed (exit 1): partmax
partition_view_verify_valid

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PartitionView/partition_view_verify_valid/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2561212] 2026-03-24-19:17:58.671.759 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:17:58] ERROR: testcase failed (exit 1): partition_view_verify_valid
partition_view_verify_rank_mismatch_valid

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/PartitionView/partition_view_verify_rank_mismatch_valid/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2561701] 2026-03-24-19:18:01.366.263 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:01] ERROR: testcase failed (exit 1): partition_view_verify_rank_mismatch_valid
partition5d_dynamic_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Partition5D/partition5d_dynamic_a5/main.cpp:68)
[ERROR] RecentErrMsg: [PID: 2562190] 2026-03-24-19:18:04.146.860 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:04] ERROR: testcase failed (exit 1): partition5d_dynamic_a5
partition5d_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Partition5D/partition5d_a5/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2562676] 2026-03-24-19:18:07.017.791 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:07] ERROR: testcase failed (exit 1): partition5d_a5
partadd

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Partadd/partadd/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2563166] 2026-03-24-19:18:09.764.293 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:09] ERROR: testcase failed (exit 1): partadd
ors

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Ors/ors/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2563660] 2026-03-24-19:18:12.505.883 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:12] ERROR: testcase failed (exit 1): ors
or

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Or/or/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2564148] 2026-03-24-19:18:15.239.200 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:15] ERROR: testcase failed (exit 1): or
not

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Not/not/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2564641] 2026-03-24-19:18:17.970.970 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:18] ERROR: testcase failed (exit 1): not
neg

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Neg/neg/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2565125] 2026-03-24-19:18:20.714.571 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:20] ERROR: testcase failed (exit 1): neg
muls

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Muls/muls/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2565610] 2026-03-24-19:18:23.536.454 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:23] ERROR: testcase failed (exit 1): muls
mul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mul/mul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2566096] 2026-03-24-19:18:26.343.968 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:26] ERROR: testcase failed (exit 1): mul
mscatter

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mscatter/mscatter/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2566580] 2026-03-24-19:18:29.064.298 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:29] ERROR: testcase failed (exit 1): mscatter
mrgsort_format2

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mrgsort/mrgsort_format2/main.cpp:76)
[ERROR] RecentErrMsg: [PID: 2567071] 2026-03-24-19:18:31.821.906 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:31] ERROR: testcase failed (exit 1): mrgsort_format2
mrgsort_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mrgsort/mrgsort_a5/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2567563] 2026-03-24-19:18:34.543.039 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:34] ERROR: testcase failed (exit 1): mrgsort_a5
mins

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mins/mins/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2568055] 2026-03-24-19:18:37.308.691 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:37] ERROR: testcase failed (exit 1): mins
min

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Min/min/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2568539] 2026-03-24-19:18:40.048.537 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:40] ERROR: testcase failed (exit 1): min
mgather

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Mgather/mgather/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2569026] 2026-03-24-19:18:42.802.382 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:42] ERROR: testcase failed (exit 1): mgather
memory

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Memory/memory/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2569512] 2026-03-24-19:18:45.543.421 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:45] ERROR: testcase failed (exit 1): memory
maxs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Maxs/maxs/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2569999] 2026-03-24-19:18:48.261.337 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:48] ERROR: testcase failed (exit 1): maxs
max

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Max/max/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2570488] 2026-03-24-19:18:51.075.655 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:51] ERROR: testcase failed (exit 1): max
tmatmulk

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/MatMul/tmatmulk/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 2570975] 2026-03-24-19:18:53.824.570 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:53] ERROR: testcase failed (exit 1): tmatmulk
matMul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/MatMul/matMul/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 2571462] 2026-03-24-19:18:56.574.122 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:56] ERROR: testcase failed (exit 1): matMul
lrelu

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Lrelu/lrelu/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2571946] 2026-03-24-19:18:59.308.066 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:18:59] ERROR: testcase failed (exit 1): lrelu
log

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Log/log/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2572438] 2026-03-24-19:19:02.050.044 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:02] ERROR: testcase failed (exit 1): log
layout_inference

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/LayoutInference/layout_inference/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2572928] 2026-03-24-19:19:04.752.377 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:04] ERROR: testcase failed (exit 1): layout_inference
tensor_view_layout_dn

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Layout/tensor_view_layout_dn/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2573414] 2026-03-24-19:19:07.484.001 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:07] ERROR: testcase failed (exit 1): tensor_view_layout_dn

@reedhecre
Copy link
Copy Markdown

A5 板测失败详情:PR #344

tensor_view_infer_layout_dn

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Layout/tensor_view_infer_layout_dn/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2573905] 2026-03-24-19:19:10.234.165 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:10] ERROR: testcase failed (exit 1): tensor_view_infer_layout_dn
gatherb

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Gatherb/gatherb/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2574393] 2026-03-24-19:19:12.981.205 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:13] ERROR: testcase failed (exit 1): gatherb
gather

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Gather/gather/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2574880] 2026-03-24-19:19:15.754.667 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:15] ERROR: testcase failed (exit 1): gather
gather_legacy

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Gather/gather_legacy/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2575363] 2026-03-24-19:19:18.503.771 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:18] ERROR: testcase failed (exit 1): gather_legacy
fillpad

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Fillpad/fillpad/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2575849] 2026-03-24-19:19:21.251.863 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:21] ERROR: testcase failed (exit 1): fillpad
fillpad_expand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Fillpad/fillpad_expand/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2576334] 2026-03-24-19:19:24.001.279 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:24] ERROR: testcase failed (exit 1): fillpad_expand
expands

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Expands/expands/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2576824] 2026-03-24-19:19:26.779.516 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:26] ERROR: testcase failed (exit 1): expands
expand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Expands/expand/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2577312] 2026-03-24-19:19:29.509.746 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:29] ERROR: testcase failed (exit 1): expand
exp

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Exp/exp/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2577799] 2026-03-24-19:19:32.238.343 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:32] ERROR: testcase failed (exit 1): exp
elementwise

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Elementwise/elementwise/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2578283] 2026-03-24-19:19:34.977.973 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:35] ERROR: testcase failed (exit 1): elementwise
divs2

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Divs2/divs2/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2578772] 2026-03-24-19:19:37.726.071 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:37] ERROR: testcase failed (exit 1): divs2
divs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Divs/divs/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2579258] 2026-03-24-19:19:40.452.530 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:40] ERROR: testcase failed (exit 1): divs
div

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Div/div/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2579747] 2026-03-24-19:19:43.193.884 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:43] ERROR: testcase failed (exit 1): div
dataMovement

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/DataMovement/dataMovement/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2580237] 2026-03-24-19:19:45.930.526 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:46] ERROR: testcase failed (exit 1): dataMovement
cvt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Cvt/cvt/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2580727] 2026-03-24-19:19:48.686.091 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:48] ERROR: testcase failed (exit 1): cvt
concat

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Concat/concat/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2581214] 2026-03-24-19:19:51.494.938 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:51] ERROR: testcase failed (exit 1): concat
cv_region

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Complex/cv_region/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2581701] 2026-03-24-19:19:54.252.752 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:54] ERROR: testcase failed (exit 1): cv_region
complex

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Complex/complex/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2582191] 2026-03-24-19:19:56.996.225 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:57] ERROR: testcase failed (exit 1): complex
colsum

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colsum/colsum/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2582679] 2026-03-24-19:19:59.777.336 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:19:59] ERROR: testcase failed (exit 1): colsum
colmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colmin/colmin/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2583171] 2026-03-24-19:20:02.577.514 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:02] ERROR: testcase failed (exit 1): colmin
colmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colmax/colmax/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2583661] 2026-03-24-19:20:05.317.107 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:05] ERROR: testcase failed (exit 1): colmax
colexpandsub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpandsub/colexpandsub/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2584150] 2026-03-24-19:20:08.075.049 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:08] ERROR: testcase failed (exit 1): colexpandsub
colexpandmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpandmul/colexpandmul/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2584637] 2026-03-24-19:20:10.874.495 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:11] ERROR: testcase failed (exit 1): colexpandmul
colexpandmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpandmin/colexpandmin/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2585127] 2026-03-24-19:20:13.625.384 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:13] ERROR: testcase failed (exit 1): colexpandmin
colexpandmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpandmax/colexpandmax/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2585617] 2026-03-24-19:20:16.374.060 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:16] ERROR: testcase failed (exit 1): colexpandmax
colexpanddiv

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpanddiv/colexpanddiv/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2586111] 2026-03-24-19:20:19.130.478 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:19] ERROR: testcase failed (exit 1): colexpanddiv
colexpand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Colexpand/colexpand/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2586595] 2026-03-24-19:20:21.855.575 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:22] ERROR: testcase failed (exit 1): colexpand
cmps

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Cmps/cmps/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2587079] 2026-03-24-19:20:24.605.084 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:24] ERROR: testcase failed (exit 1): cmps
cmp

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Cmp/cmp/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 2587573] 2026-03-24-19:20:27.370.914 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:27] ERROR: testcase failed (exit 1): cmp
ci

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Ci/ci/main.cpp:60)
[ERROR] RecentErrMsg: [PID: 2588061] 2026-03-24-19:20:30.116.103 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:30] ERROR: testcase failed (exit 1): ci
bf16_tile

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Bf16/bf16_tile/main.cpp:59)
[ERROR] RecentErrMsg: [PID: 2588549] 2026-03-24-19:20:32.785.449 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:32] ERROR: testcase failed (exit 1): bf16_tile
ands

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Ands/ands/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2589039] 2026-03-24-19:20:35.537.515 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:35] ERROR: testcase failed (exit 1): ands
and

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/And/and/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2589527] 2026-03-24-19:20:38.272.448 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:38] ERROR: testcase failed (exit 1): and
addsc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Addsc/addsc/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2590013] 2026-03-24-19:20:41.037.363 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:41] ERROR: testcase failed (exit 1): addsc
adds

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Adds/adds/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2590504] 2026-03-24-19:20:43.762.783 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:43] ERROR: testcase failed (exit 1): adds
addptr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/AddPtr/addptr/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2590987] 2026-03-24-19:20:46.573.603 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:46] ERROR: testcase failed (exit 1): addptr
addptr_f16

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/AddPtr/addptr_f16/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2591473] 2026-03-24-19:20:49.289.502 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:49] ERROR: testcase failed (exit 1): addptr_f16
addptr_dynamic

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/AddPtr/addptr_dynamic/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 2591958] 2026-03-24-19:20:52.013.882 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:52] ERROR: testcase failed (exit 1): addptr_dynamic
addptr_chain

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/AddPtr/addptr_chain/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2592444] 2026-03-24-19:20:54.753.569 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:54] ERROR: testcase failed (exit 1): addptr_chain
addc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Addc/addc/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 2592931] 2026-03-24-19:20:57.502.448 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:20:57] ERROR: testcase failed (exit 1): addc
abs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/npu_validation/Abs/abs/main.cpp:63)
[ERROR] RecentErrMsg: [PID: 2593413] 2026-03-24-19:21:00.283.252 Resource_Busy(EL0005): The resources are busy.
        Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready.
        Solution: 1. Close applications not in use. 2. Wait for a while and try again.
        TraceBack (most recent call last):
        [Init][Version]init soc version failed.[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:132]
        chipType=0 does not support get device msg feature.[FUNC:GetDevMsg][FILE:api_impl.cc][LINE:6193]
        The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
[2026-03-24 19:21:00] ERROR: testcase failed (exit 1): abs
[2026-03-24 19:21:00] === SUMMARY ===
[2026-03-24 19:21:00] OK=0 FAIL=161 SKIP=0
[2026-03-24 19:21:00] RESULTS_TSV=/tmp/ptoas-board-monitor-a5/runs/20260324_191005_manual_pr344/remote_npu_validation_results.tsv

@reedhecre
Copy link
Copy Markdown

A3 板测成功

  • 触发方式:manual
  • 源码提交:d54b8bfa0ff7
  • 结果汇总:OK 166 / FAIL 0 / SKIP 0
  • 日志:/home/zhongxuan/ptoas-board-monitor/logs/20260324_191004_manual_pr344.log
  • 结果 TSV:/home/zhongxuan/ptoas-board-monitor/logs/20260324_191004_manual_pr344.tsv
  • 手动指令:/run all
  • 触发人:zhangstevenunity
  • 触发评论:https://github.com/zhangstevenunity/PTOAS/pull/344#issuecomment-4117334012

@TaoTao-real
Copy link
Copy Markdown
Contributor Author

已整理 subview 更新内容并同步 PR 描述,当前分支核心语义已明确:PTO/IR 显示逻辑子块大小,EmitC 保持父 tile 物理 shape,子块范围由 valid_row/valid_col 表达。另:A3 board_validation(SubView)已通过 compare。

@TaoTao-real
Copy link
Copy Markdown
Contributor Author

针对 subview_col_major_noncompact_preserve_stride 的 EmitC 输出补了一笔清理:

  • 去掉 non-GM memref.reinterpret_cast 的冗余中间 Tile<RowMajor,16x16> 句柄
  • 当 source 已是 pointer-like 时,直接走指针偏移并返回
  • 保持最终 BindTile 生成的 Tile<..., BLayout::ColMajor, 16,16, v_row=8, v_col=8> 不变
  • 新增回归约束:CHECK-NOT 禁止该 RowMajor 中间 tile 再出现

Commit: 956eb67

@TaoTao-real TaoTao-real force-pushed the codex/subset-validshape-clean branch from b4f33b7 to bf7e3f7 Compare March 26, 2026 12:29
@TaoTao-real TaoTao-real force-pushed the codex/subset-validshape-clean branch from bf7e3f7 to dec6fa0 Compare March 31, 2026 06:42
@reedhecre
Copy link
Copy Markdown

Codex Review

该评论由 review 机器人自动更新。

  • PR: Rename subset to subview and migrate subview tests to .pto #344 Rename subset to subview and migrate subview tests to .pto
  • Author: TaoTao-real
  • Base/Head: main / codex/subset-validshape-clean
  • Head SHA: 27d6692f7684
  • Trigger: PR 有新提交
  • Generated At: 2026-03-31T07:23:38Z
  • Previous Head SHA: dec6fa0016f4
  • Status: completed

Summary

发现 2 个 P1:subset -> subview 的重命名没有同步到 ptobc/roundtrip 兼容层,且 subview 默认 valid_shape 不再继承父 tile,会让尾块静默产生错误结果。

Findings

  1. P1 v0 ptobc 仍然把 0x1072 当成 `pto.subset`,重命名后的 IR/roundtrip 会直接坏掉 tools/ptobc/generated/ptobc_opcodes_v0.h:159

这个 PR 把 tile 视图 op 的公开名字改成了 pto.subview,但 v0 opcode 表和相关 roundtrip 用例没有一起迁移。现在 ptobc decode 0x1072 仍会输出 pto.subset,而新的方言里已经只声明了 pto.subview;同时 tools/ptobc/tests/recent_ops_v0_encode.sh:34 还在断言 roundtrip 结果必须包含 pto.subsettools/ptobc/tests/stage9_e2e.sh:30 也还在跳过已删除的 test/samples/Subset/Subset.pto。结果是历史 ptobc 文件的 decode/再解析兼容性被打断,且 stage9 会开始尝试 roundtrip 新的 SubView/SubView.pto 样例并失败,这是明确的 CI/兼容性阻断。

  1. P1 默认 subview valid_shape 改成 `sizes` 会把部分有效的父 tile 静默放大成全有效 lib/PTO/IR/PTO.cpp:7538

这里把 subview 的默认 valid 推导改成了“没有显式 valid[...] 时直接等于 sizes”,不再结合父 tile 的 valid_shape 和 offset 进行裁剪。对于尾块/部分有效 tile,这会产生错误结果:例如父 tile 是 4x4v_row=v_col=3,在 [2,2] 上取 sizes=[2,2] 的 subview 时,真实只剩 1x1 有效,但现在会推成 2x2,后续 tstore 或逐元素算子会把 3 个无效元素当成有效数据读写。旧 subset 语义会按父 valid 裁剪,所以这是明显的行为回归;PR 里新增的 test/basic/subview_validshape_partial_parent_requires_explicit.pto 还把这个错误行为固化成了通过用例。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants