Skip to content

Enable A5 remote validation for MX matmul and gemv#836

Merged
zhangstevenunity merged 7 commits into
hw-native-sys:mainfrom
jimmychou0:emitc-a5-mx-samples
Jun 22, 2026
Merged

Enable A5 remote validation for MX matmul and gemv#836
zhangstevenunity merged 7 commits into
hw-native-sys:mainfrom
jimmychou0:emitc-a5-mx-samples

Conversation

@jimmychou0

@jimmychou0 jimmychou0 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • enable A5 EmitC support for MX low-precision matmul and gemv end to end, including verifier checks, EmitC lowering, and direct PTO samples
  • model compact MX scale-tile semantics explicitly for tgemv.mx* and tget_scale_addr, instead of requiring scale tiles to match operand shapes
  • add A5-only remote validation coverage for Gemvmx and MatmulMxLowPrecision, and update validation helpers for float8 payloads and the pinned pto-isa revision

Validation

  • build-local-vpto/tools/ptoas/ptoas --pto-arch=a5 test/samples/Gemvmx/gemvmx-pto.pto -o /tmp/gemvmx-pto.cpp
  • build-local-vpto/tools/ptoas/ptoas --pto-arch=a5 test/samples/MatmulMxLowPrecision/matmul_mx_low_precision-pto.pto -o /tmp/matmul_mx_low_precision-pto.cpp
  • /Users/jimmychou/work/ptoas/llvm-workspace/llvm-project/build-release/bin/llvm-lit /Users/jimmychou/work/ptoas/PTOAS-main-latest/build-local-vpto/test/lit/lit.site.cfg.py test/lit/pto/tgemv_mx_emitc.pto test/lit/pto/tgemv_mx_accphase_emitc.pto test/lit/pto/tgemv_mx_f8e5m2_emitc.pto test/lit/pto/tgemv_mx_variants_emitc.pto test/lit/pto/tget_scale_addr_emitc.pto test/lit/pto/tget_scale_addr_verify_invalid.pto

Related to #810.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces support for the f8E8M0 type (an 8-bit exponent/scale payload type) and its associated layouts (MX_A_ZZ and MX_B_NN) for the Ascend A5 architecture, including updates to layout inference, verifiers, Python/C-API bindings, and EmitC translation. The review feedback highlights opportunities to improve code efficiency and idiomatic usage by replacing string-based type checks with the newly defined isPTOF8E8M0Type helper in InferPTOLayout.cpp and PTOToEmitC.cpp. Additionally, it is recommended to use the defined mValid variable in the verifier within PTO.cpp to maintain consistency.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread lib/PTO/Transforms/InferPTOLayout.cpp
Comment thread lib/PTO/Transforms/PTOToEmitC.cpp
Comment thread lib/PTO/IR/PTO.cpp
@reedhecre

reedhecre commented Jun 18, 2026

Copy link
Copy Markdown

Codex Review

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

  • PR: Enable A5 remote validation for MX matmul and gemv #836 Enable A5 remote validation for MX matmul and gemv
  • Author: jimmychou0
  • Base/Head: main / emitc-a5-mx-samples
  • Head SHA: d777d50faa2e
  • Trigger: PR 有新提交
  • Generated At: 2026-06-22T02:46:02Z
  • Previous Head SHA: 080d3afac811
  • Status: completed

Summary

发现 2 个问题:A5 TMOV 规范化会不安全地前移 tget_scale_addr,且 ci.yml 的默认 SoC 仍是 A3,导致新增的 A5 remote-validation case 在常规 CI 中不会运行。

Findings

  1. P1 A5 TMOV 规范化在未检查 `src` 依赖的情况下前移 `tget_scale_addr` lib/PTO/Transforms/PTOA5NormalizeTMovPass.cpp:76

findMatchingScaleTileTMov() 只检查 dst 在两条指令之间是否被使用,然后 runOnOperation() 就直接把 pto.tget_scale_addr 移到匹配的 tmov 之前。这里没有确认 tget_scale_addr 读取的 src 在新位置已经定义,也没有确认两者之间没有对 src 的重绑定或 set_valid_shape 一类更新。合法顺序例如“先 tmov(mat->scaling),后构造 left/right tile,再 tget_scale_addr”会被改写成 use-before-def;即使 src 已经定义,跨过对 src 的更新也会把 scale address 绑定到旧状态上,造成错误结果或后续 lowering/verifier 失败。

  1. P2 默认 CI 配置仍然会把新的 A5 remote-validation case 全部跳过 .github/workflows/ci.yml:25

这个 PR 把 gemvmxmatmul_mx_low_precision 加进了 A5_ONLY_CASES,但 workflow 的默认 soc_version 仍是 Ascend910,而 scheduled run 没有手工输入可覆盖这个默认值。这样构建 payload 和 remote-validation 两个阶段都会按 A3 配置执行,随后在 Resolve validation parameters 里把这两个新 case 追加到 SKIP_CASES。结果是夜间/默认触发的 CI 仍然不会运行 PR 新增的 A5 remote validation,相关回归不会被常规 CI 捕获。

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a3

@jimmychou0 jimmychou0 marked this pull request as ready for review June 18, 2026 02:55
@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:5c38201226e8
  • 结果汇总:OK 0 / FAIL 0 / SKIP 0
  • 日志:/root/ptoas-board-monitor-a5/logs/20260618_105106_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:sample-build-and-test / exit=1

日志尾部

ntercore_sync_a5.py) FAIL python failed: test_intercore_sync_a5.py
Sync(test_mem_inject_sync_basic.py) FAIL python failed: test_mem_inject_sync_basic.py
Sync(test_set_wait_unified_api.py) FAIL python failed: test_set_wait_unified_api.py
Sync(test_tmov_col_major_16x1_align_a5.pto) OK   generated: test_tmov_col_major_16x1_align_a5.cpp
Sync(test_tmov_col_major_16x1_align_a5.py) OK   generated: test_tmov_col_major_16x1_align_a5-pto.cpp
Sync(test_tmov_row_major_1x16_control_a5.pto) OK   generated: test_tmov_row_major_1x16_control_a5.cpp
Sync(test_tmov_row_major_1x16_control_a5.py) OK   generated: test_tmov_row_major_1x16_control_a5-pto.cpp
Sync(tmatmulk_autosync_a5.py) FAIL python failed: tmatmulk_autosync_a5.py
TileSetGetValue(tile_getval_mat_invalid.py) XFAIL python failed as expected
TileSetGetValue(tileSetGetValue.py) FAIL python failed: tileSetGetValue.py
TInsert(tinsert_fp.py) FAIL python failed: tinsert_fp.py
TInsert(tinsert.py) FAIL python failed: tinsert.py
Tpows(tpows.py) FAIL python failed: tpows.py
Tpow(tpow.py) FAIL python failed: tpow.py
TPrefetchAsync(tprefetch_async_binding.py) FAIL python failed: tprefetch_async_binding.py
TPrefetch(tprefetch.py) FAIL python failed: tprefetch.py
Trans(trans.py) FAIL python failed: trans.py
Trap(trap.py) FAIL python failed: trap.py
TTri(ttri.py) FAIL python failed: ttri.py
VectorAddition(vadd_pto_ir.py) FAIL python failed: vadd_pto_ir.py
VectorAddition(vadd_validshape_hyper.py) FAIL python failed: vadd_validshape_hyper.py
VectorAddition(vectorAddition.py) FAIL python failed: vectorAddition.py
Xors(xors.py) FAIL python failed: xors.py
Xor(xor.py)  FAIL python failed: xor.py
-----------------------------
OK=82  FAIL=161  SKIP=29
=============================
===== END STAGE sample-build-and-test rc=1 @ 2026-06-18 10:57:21 =====

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

已接收 /run a3,A3 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:5c38201226e8
  • 结果汇总:OK 0 / FAIL 0 / SKIP 0
  • 日志:/root/ptoas-board-monitor-a5/logs/20260618_111207_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:sample-build-and-test / exit=1

日志尾部

ntercore_sync_a5.py) FAIL python failed: test_intercore_sync_a5.py
Sync(test_mem_inject_sync_basic.py) FAIL python failed: test_mem_inject_sync_basic.py
Sync(test_set_wait_unified_api.py) FAIL python failed: test_set_wait_unified_api.py
Sync(test_tmov_col_major_16x1_align_a5.pto) OK   generated: test_tmov_col_major_16x1_align_a5.cpp
Sync(test_tmov_col_major_16x1_align_a5.py) OK   generated: test_tmov_col_major_16x1_align_a5-pto.cpp
Sync(test_tmov_row_major_1x16_control_a5.pto) OK   generated: test_tmov_row_major_1x16_control_a5.cpp
Sync(test_tmov_row_major_1x16_control_a5.py) OK   generated: test_tmov_row_major_1x16_control_a5-pto.cpp
Sync(tmatmulk_autosync_a5.py) FAIL python failed: tmatmulk_autosync_a5.py
TileSetGetValue(tile_getval_mat_invalid.py) XFAIL python failed as expected
TileSetGetValue(tileSetGetValue.py) FAIL python failed: tileSetGetValue.py
TInsert(tinsert_fp.py) FAIL python failed: tinsert_fp.py
TInsert(tinsert.py) FAIL python failed: tinsert.py
Tpows(tpows.py) FAIL python failed: tpows.py
Tpow(tpow.py) FAIL python failed: tpow.py
TPrefetchAsync(tprefetch_async_binding.py) FAIL python failed: tprefetch_async_binding.py
TPrefetch(tprefetch.py) FAIL python failed: tprefetch.py
Trans(trans.py) FAIL python failed: trans.py
Trap(trap.py) FAIL python failed: trap.py
TTri(ttri.py) FAIL python failed: ttri.py
VectorAddition(vadd_pto_ir.py) FAIL python failed: vadd_pto_ir.py
VectorAddition(vadd_validshape_hyper.py) FAIL python failed: vadd_validshape_hyper.py
VectorAddition(vectorAddition.py) FAIL python failed: vectorAddition.py
Xors(xors.py) FAIL python failed: xors.py
Xor(xor.py)  FAIL python failed: xor.py
-----------------------------
OK=82  FAIL=161  SKIP=29
=============================
===== END STAGE sample-build-and-test rc=1 @ 2026-06-18 11:18:12 =====

@reedhecre

Copy link
Copy Markdown

A3 板测失败

  • 触发方式:manual
  • 源码提交:5c38201226e8
  • 结果汇总:OK 0 / FAIL 0 / SKIP 0
  • 日志:/home/zhongxuan/ptoas-board-monitor/runtime/logs/20260618_111312_manual_pr836.log
  • 手动指令:/run a3
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:sample-build-and-test / exit=1

日志尾部

al.py) SKIP requires --pto-arch=a5
Sync(test_intercore_sync_a5_ptoisa_vec.py) SKIP requires --pto-arch=a5
Sync(test_intercore_sync_a5.py) SKIP requires --pto-arch=a5
Sync(test_mem_inject_sync_basic.py) OK   generated: test_mem_inject_sync_basic-pto.cpp
Sync(test_set_wait_unified_api.py) OK   generated: test_set_wait_unified_api-pto.cpp
Sync(test_tmov_col_major_16x1_align_a5.pto) SKIP requires --pto-arch=a5
Sync(test_tmov_col_major_16x1_align_a5.py) SKIP requires --pto-arch=a5
Sync(test_tmov_row_major_1x16_control_a5.pto) SKIP requires --pto-arch=a5
Sync(test_tmov_row_major_1x16_control_a5.py) SKIP requires --pto-arch=a5
Sync(tmatmulk_autosync.py) OK   generated: tmatmulk_autosync-pto.cpp
TileSetGetValue(tile_getval_mat_invalid.py) XFAIL ptobc encode failed as expected
TileSetGetValue(tileSetGetValue.py) OK   generated: tileSetGetValue-pto.cpp
TInsert(tinsert_fp.py) OK   generated: tinsert_fp-pto.cpp
TInsert(tinsert.py) OK   generated: tinsert-pto.cpp
Tpows(tpows.py) OK   generated: tpows-pto.cpp
Tpow(tpow.py) OK   generated: tpow-pto.cpp
TPrefetchAsync(tprefetch_async_binding.py) OK   generated: tprefetch_async_binding-pto.cpp
TPrefetch(tprefetch.py) OK   generated: tprefetch-pto.cpp
Trans(trans.py) OK   generated: trans-pto.cpp
Trap(trap.py) OK   generated: trap-pto.cpp
TTri(ttri.py) OK   generated: ttri-pto.cpp
VectorAddition(vadd_pto_ir.py) OK   generated: vadd_pto_ir-pto.cpp
VectorAddition(vadd_validshape_hyper.py) OK   generated: vadd_validshape_hyper-pto.cpp
VectorAddition(vectorAddition.py) OK   generated: vectorAddition-pto.cpp
Xors(xors.py) OK   generated: xors-pto.cpp
Xor(xor.py)  OK   generated: xor-pto.cpp
-----------------------------
OK=235  FAIL=2  SKIP=39
=============================
===== END STAGE sample-build-and-test rc=1 @ 2026-06-18 11:20:59 =====

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:5c38201226e8
  • 结果汇总:OK 0 / FAIL 1 / SKIP 0
  • 日志:/root/ptoas-board-monitor-a5/logs/20260618_112958_manual_pr836.log
  • 手动指令:/run a5 test_dynamic_valid_shape
  • 触发人:root
  • 指定用例:test_dynamic_valid_shape
  • 失败阶段:board-validation / exit=1

失败用例

  • test_dynamic_valid_shape (run, exit=2)

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

test_dynamic_valid_shape

stage=run info=exit=2

ld.lld: error: unable to find library -lnnopbase
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_dynamic_valid_shape.dir/build.make:98: test_dynamic_valid_shape] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_dynamic_valid_shape.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 11:34:07] ERROR: testcase failed (exit 2): test_dynamic_valid_shape
[2026-06-18 11:34:07] === SUMMARY ===
[2026-06-18 11:34:07] OK=0 FAIL=1 SKIP=0
[2026-06-18 11:34:07] RESULTS_TSV=/tmp/ptoas-board-monitor-a5/runs/20260618_112958_manual_pr836/remote_npu_validation_results.tsv

@HecreReed

Copy link
Copy Markdown
Collaborator

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:5c38201226e8
  • 结果汇总:OK 0 / FAIL 225 / SKIP 1
  • 日志:/root/ptoas-board-monitor-a5/logs/20260618_141807_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:HecreReed
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:board-validation / exit=1

失败用例

  • xors (run, exit=1)
  • xor (run, exit=1)
  • vectorAddition (run, exit=1)
  • vadd_validshape_hyper (run, exit=1)
  • vadd_pto_ir (run, exit=1)
  • ttri (run, exit=1)
  • trap (run, exit=1)
  • trans (run, exit=1)
  • tprefetch_async_binding (run, exit=2)
  • tprefetch (run, exit=1)
  • tpows (run, exit=1)
  • tpow (run, exit=1)
  • tinsert (run, exit=1)
  • tinsert_fp (run, exit=2)
  • tileSetGetValue (run, exit=1)
  • syncall_binding (run, exit=1)
  • tmatmulk_autosync_a5 (run, exit=1)
  • test_tmov_row_major_1x16_control_a5 (run, exit=2)
  • test_tmov_col_major_16x1_align_a5 (run, exit=2)
  • test_set_wait_unified_api (run, exit=1)
  • test_mem_inject_sync_basic (run, exit=1)
  • test_intercore_sync_a5 (run, exit=1)
  • test_intercore_sync_a5_ptoisa_vec (run, exit=1)
  • test_intercore_sync_a5_functional (run, exit=1)
  • test_intercore_sync_a5_dyn (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=2)
  • test_barrier_sync (run, exit=2)
  • test_auto_sync_tail_hint (run, exit=2)
  • test_a5_buf_sync (run, exit=1)
  • sync (run, exit=1)
  • syncHigh (run, exit=1)
  • rmsnorm_incore_0 (run, exit=2)
  • rar_optimization_test (run, exit=2)
  • nested_loop_confliect (run, exit=2)
  • matmul (run, exit=2)
  • decode_projection_incore_0 (run, exit=2)
  • compensation_test (run, exit=2)
  • add_double_dynamic (run, exit=2)
  • 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)
  • rowprod (run, exit=1)
  • rowmin (run, exit=1)
  • rowmax (run, exit=1)
  • rowexpandsub (run, exit=1)
  • rowexpandmul (run, exit=1)
  • rowexpandmin (run, exit=1)
  • rowexpandmax (run, exit=1)
  • rowexpandexpdif (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=2)
  • rem (run, exit=2)
  • relu (run, exit=1)
  • recip (run, exit=1)
  • rope_kv_cache (run, exit=2)
  • rmsnorm (run, exit=2)
  • qwen3_decode_incore_7 (run, exit=2)
  • qwen3_decode_incore_6 (run, exit=2)
  • qwen3_decode_incore_5 (run, exit=2)
  • qwen3_decode_incore_4 (run, exit=2)
  • qwen3_decode_incore_2 (run, exit=2)
  • qwen3_decode_incore_1 (run, exit=2)
  • qwen3_decode_incore_12 (run, exit=2)
  • qwen3_decode_incore_11 (run, exit=2)
  • qwen3_decode_incore_10 (run, exit=2)
  • post_rmsnorm (run, exit=2)
  • out_proj_residual (run, exit=1)
  • down_proj_residual (run, exit=1)
  • quant (run, exit=1)
  • quant_asym (run, exit=1)
  • vector_example_dag_kernel_mul (run, exit=2)
  • vector_example_dag_kernel_add_scalar (run, exit=2)
  • vector_example_dag_kernel_add (run, exit=2)
  • paged_attention_example_kernel_softmax_prepare (run, exit=2)
  • paged_attention_example_kernel_qk_matmul (run, exit=2)
  • paged_attention_example_kernel_pv_matmul (run, exit=2)
  • paged_attention_example_kernel_online_update (run, exit=2)
  • paged_attention_example_kernel_init_inplace (run, exit=2)
  • orchestration_example_kernel_mul (run, exit=2)
  • orchestration_example_kernel_add_scalar (run, exit=2)
  • orchestration_example_kernel_add (run, exit=2)
  • print_scalar (run, exit=1)
  • prelu (run, exit=2)
  • plan_memory_reuse_sequential (run, exit=2)
  • plan_memory_peak_exact_capacity (run, exit=2)
  • plan_memory_peak_8_overlapping (run, exit=2)
  • plan_memory_no_reuse_overlap (run, exit=2)
  • plan_memory_nested_loops (run, exit=2)
  • plan_memory_loop_no_reuse_outer_live (run, exit=2)
  • plan_memory_loop_in_if (run, exit=2)
  • plan_memory_if_yield (run, exit=2)
  • plan_memory_if_in_loop (run, exit=2)
  • plan_memory_fragmentation_two_holes (run, exit=2)
  • plan_memory_fragmentation_hole_fit (run, exit=2)
  • plan_memory_for_iter_args_yield (run, exit=2)
  • plan_memory_bind_tile_alias_liveness (run, exit=2)
  • partmul (run, exit=1)
  • partmin (run, exit=1)
  • partmax (run, exit=1)
  • partition_view_verify_valid (run, exit=2)
  • partition_view_verify_rank_mismatch_valid (run, exit=2)
  • partition5d_dynamic_a5 (run, exit=2)
  • partition5d_a5 (run, exit=2)
  • partarg (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)
  • maxs (run, exit=1)
  • max (run, exit=1)
  • matmul_mx_low_precision (run, exit=2)
  • 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=2)
  • tensor_view_infer_layout_dn (run, exit=1)
  • gemvmx (run, exit=2)
  • gatherb (run, exit=1)
  • gather (run, exit=1)
  • gather_legacy (run, exit=1)
  • fmods (run, exit=1)
  • fmod (run, exit=1)
  • fillpad (run, exit=1)
  • fillpad_inplace (run, exit=1)
  • fillpad_expand (run, exit=1)
  • extract_fp (run, exit=2)
  • expands (run, exit=1)
  • expand (run, exit=1)
  • exp (run, exit=1)
  • dynamic_tail_matmul (run, exit=1)
  • divs2 (run, exit=1)
  • divs (run, exit=1)
  • div (run, exit=1)
  • dequant (run, exit=1)
  • dequant_i8 (run, exit=1)
  • sparse_attn_test_incore_7 (run, exit=2)
  • decode_swa_test_incore_40 (run, exit=2)
  • decode_hca_test_incore_54 (run, exit=2)
  • decode_csa_test_incore_81 (run, exit=2)
  • attention_swa_test_incore_40 (run, exit=2)
  • attention_hca_test_incore_54 (run, exit=2)
  • attention_csa_test_refresh_incore_81 (run, exit=2)
  • tcvt (run, exit=1)
  • cvt_f32_f32 (run, exit=1)
  • cvt_f32_f16 (run, exit=1)
  • concat (run, exit=1)
  • cv_region (run, exit=1)
  • twait_atomic_binding (run, exit=1)
  • tscatter_root_binding (run, exit=1)
  • treduce_root_binding (run, exit=1)
  • tnotify_atomic_add_binding (run, exit=1)
  • tgather_root_binding (run, exit=1)
  • tbroadcast_root_binding (run, exit=1)
  • comm_p2p (run, exit=1)
  • comm_p2p_binding_variants (run, exit=1)
  • comm_collective (run, exit=1)
  • comm_collective_binding_variants (run, exit=1)
  • colsum (run, exit=1)
  • colprod (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)
  • colexpandexpdif (run, exit=1)
  • colexpanddiv (run, exit=1)
  • colexpandadd (run, exit=1)
  • colexpand (run, exit=1)
  • cmps (run, exit=1)
  • cmp (run, exit=1)
  • ci (run, exit=1)
  • bf16_tile (run, exit=1)
  • tput_async_kernel_impl_like (run, exit=1)
  • tget_async_kernel_impl_like (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 #836

xors

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Xors/xors/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1196097] 2026-06-18-14:24:53.994.399 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:24:54] ERROR: testcase failed (exit 1): xors
xor

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Xor/xor/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1196515] 2026-06-18-14:24:57.058.710 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:24:57] ERROR: testcase failed (exit 1): xor
vectorAddition

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/VectorAddition/vectorAddition/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1196930] 2026-06-18-14:25:00.095.760 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:00] 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/20260618_141807_manual_pr836/npu_validation/VectorAddition/vadd_validshape_hyper/main.cpp:76)
[ERROR] RecentErrMsg: [PID: 1197371] 2026-06-18-14:25:03.127.862 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:03] 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/20260618_141807_manual_pr836/npu_validation/VectorAddition/vadd_pto_ir/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1197830] 2026-06-18-14:25:06.166.900 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:06] ERROR: testcase failed (exit 1): vadd_pto_ir
ttri

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TTri/ttri/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1198249] 2026-06-18-14:25:09.186.292 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:09] ERROR: testcase failed (exit 1): ttri
trap

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Trap/trap/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1198662] 2026-06-18-14:25:12.131.816 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:12] ERROR: testcase failed (exit 1): trap
trans

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Trans/trans/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1199079] 2026-06-18-14:25:15.163.483 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:15] ERROR: testcase failed (exit 1): trans
tprefetch_async_binding

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TPrefetchAsync/tprefetch_async_binding/main.cpp:20:10: fatal error: 'pto/npu/comm/async/sdma/sdma_workspace_manager.hpp' file not found
#include "pto/npu/comm/async/sdma/sdma_workspace_manager.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake[2]: *** [CMakeFiles/tprefetch_async_binding.dir/build.make:76: CMakeFiles/tprefetch_async_binding.dir/main.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tprefetch_async_binding.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:25:17] ERROR: testcase failed (exit 2): tprefetch_async_binding
tprefetch

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TPrefetch/tprefetch/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1199859] 2026-06-18-14:25:20.712.130 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:20] ERROR: testcase failed (exit 1): tprefetch
tpows

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Tpows/tpows/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1200276] 2026-06-18-14:25:23.766.575 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:23] ERROR: testcase failed (exit 1): tpows
tpow

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Tpow/tpow/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1200692] 2026-06-18-14:25:26.811.504 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:26] ERROR: testcase failed (exit 1): tpow
tinsert

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TInsert/tinsert/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1201107] 2026-06-18-14:25:29.840.291 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:30] ERROR: testcase failed (exit 1): tinsert
tinsert_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:124:93: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
    __fbuf__ typename FpTileData::DType *dstAddrFp = (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp);
                                                                                            ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:199:5: note: in instantiation of function template specialization 'pto::SetFPCInsert<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPCInsert<FpTileData>(fp.data());
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:990:5: note: in instantiation of function template specialization 'pto::TINSERT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TINSERT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TInsert/tinsert_fp/tinsert_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TINSERT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TINSERT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings and 1 error generated.
4 warnings generated.
gmake[2]: *** [CMakeFiles/tinsert_fp_kernel.dir/build.make:76: CMakeFiles/tinsert_fp_kernel.dir/tinsert_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/tinsert_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:25:31] ERROR: testcase failed (exit 2): tinsert_fp
tileSetGetValue

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/TileSetGetValue/tileSetGetValue/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1201760] 2026-06-18-14:25:34.795.225 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:34] ERROR: testcase failed (exit 1): tileSetGetValue
syncall_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/SyncAll/syncall_binding/main.cpp:68)
[ERROR] RecentErrMsg: [PID: 1202200] 2026-06-18-14:25:37.799.104 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:37] ERROR: testcase failed (exit 1): syncall_binding
tmatmulk_autosync_a5

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/tmatmulk_autosync_a5/main.cpp:80)
[ERROR] RecentErrMsg: [PID: 1202617] 2026-06-18-14:25:40.819.004 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:40] ERROR: testcase failed (exit 1): tmatmulk_autosync_a5
test_tmov_row_major_1x16_control_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_row_major_1x16_control_a5
>>> referenced by libtest_tmov_row_major_1x16_control_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/build.make:98: test_tmov_row_major_1x16_control_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:25:43] ERROR: testcase failed (exit 2): test_tmov_row_major_1x16_control_a5
test_tmov_col_major_16x1_align_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_col_major_16x1_align_a5
>>> referenced by libtest_tmov_col_major_16x1_align_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/build.make:98: test_tmov_col_major_16x1_align_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:25:46] ERROR: testcase failed (exit 2): test_tmov_col_major_16x1_align_a5
test_set_wait_unified_api

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/test_set_wait_unified_api/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1203665] 2026-06-18-14:25:49.022.105 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:49] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_mem_inject_sync_basic/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 1204105] 2026-06-18-14:25:52.053.037 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:52] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_intercore_sync_a5/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1204584] 2026-06-18-14:25:56.250.344 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:25:56] ERROR: testcase failed (exit 1): test_intercore_sync_a5
test_intercore_sync_a5_ptoisa_vec

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/test_intercore_sync_a5_ptoisa_vec/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1205057] 2026-06-18-14:26:00.461.963 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:00] ERROR: testcase failed (exit 1): test_intercore_sync_a5_ptoisa_vec
test_intercore_sync_a5_functional

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/test_intercore_sync_a5_functional/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1205572] 2026-06-18-14:26:04.660.523 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:04] ERROR: testcase failed (exit 1): test_intercore_sync_a5_functional
test_intercore_sync_a5_dyn

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/test_intercore_sync_a5_dyn/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1206068] 2026-06-18-14:26:08.852.138 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:09] ERROR: testcase failed (exit 1): test_intercore_sync_a5_dyn
test_inject_sync_two_event_id

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_two_event_id/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1206485] 2026-06-18-14:26:11.915.698 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:12] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_loop/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1206904] 2026-06-18-14:26:14.956.161 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:15] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_loop_nest/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1207324] 2026-06-18-14:26:17.983.556 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:18] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_intra_pipe_barrier/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1207784] 2026-06-18-14:26:20.955.932 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:21] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_if/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 1208201] 2026-06-18-14:26:23.988.107 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:24] 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/20260618_141807_manual_pr836/npu_validation/Sync/test_inject_sync_if_else/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 1208620] 2026-06-18-14:26:27.019.838 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:27] ERROR: testcase failed (exit 1): test_inject_sync_if_else
test_dynamic_valid_shape

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_dynamic_valid_shape
>>> referenced by libtest_dynamic_valid_shape_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_dynamic_valid_shape.dir/build.make:98: test_dynamic_valid_shape] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_dynamic_valid_shape.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:29] ERROR: testcase failed (exit 2): test_dynamic_valid_shape
test_barrier_sync

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_barrier_sync_py
>>> referenced by libtest_barrier_sync_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_barrier_sync.dir/build.make:98: test_barrier_sync] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_barrier_sync.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:32] ERROR: testcase failed (exit 2): test_barrier_sync
test_auto_sync_tail_hint

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_auto_sync_tail_hint
>>> referenced by libtest_auto_sync_tail_hint_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_auto_sync_tail_hint.dir/build.make:98: test_auto_sync_tail_hint] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_auto_sync_tail_hint.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:35] ERROR: testcase failed (exit 2): 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/20260618_141807_manual_pr836/npu_validation/Sync/test_a5_buf_sync/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1209994] 2026-06-18-14:26:37.830.687 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:38] 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/20260618_141807_manual_pr836/npu_validation/Sync/sync/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1210413] 2026-06-18-14:26:40.865.724 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:41] ERROR: testcase failed (exit 1): sync
syncHigh

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sync/syncHigh/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1211959] 2026-06-18-14:26:43.900.742 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:26:44] ERROR: testcase failed (exit 1): syncHigh
rmsnorm_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm_incore_0
>>> referenced by librmsnorm_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm_incore_0.dir/build.make:98: rmsnorm_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:46] ERROR: testcase failed (exit 2): rmsnorm_incore_0
rar_optimization_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rar_hazard_check
>>> referenced by librar_optimization_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rar_optimization_test.dir/build.make:98: rar_optimization_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rar_optimization_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:49] ERROR: testcase failed (exit 2): rar_optimization_test
nested_loop_confliect

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loop_sync
>>> referenced by libnested_loop_confliect_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/nested_loop_confliect.dir/build.make:98: nested_loop_confliect] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/nested_loop_confliect.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:52] ERROR: testcase failed (exit 2): nested_loop_confliect
matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: RunTMATMULSplitK
>>> referenced by libmatmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/matmul.dir/build.make:98: matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:54] ERROR: testcase failed (exit 2): matmul
decode_projection_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_projection_incore_0
>>> referenced by libdecode_projection_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_projection_incore_0.dir/build.make:98: decode_projection_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_projection_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:26:57] ERROR: testcase failed (exit 2): decode_projection_incore_0
compensation_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: compensation_check
>>> referenced by libcompensation_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/compensation_test.dir/build.make:98: compensation_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/compensation_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:27:00] ERROR: testcase failed (exit 2): compensation_test
add_double_dynamic

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: vec_add_1d_dynamic
>>> referenced by libadd_double_dynamic_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/add_double_dynamic.dir/build.make:98: add_double_dynamic] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/add_double_dynamic.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:27:03] ERROR: testcase failed (exit 2): add_double_dynamic
vadd_pto_pingpong

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/SubView/vadd_pto_pingpong/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1215017] 2026-06-18-14:27:05.959.960 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:06] 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/20260618_141807_manual_pr836/npu_validation/SubView/subview_tsubs/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1215435] 2026-06-18-14:27:08.953.457 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:09] ERROR: testcase failed (exit 1): subview_tsubs
subview

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/SubView/subview/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1215857] 2026-06-18-14:27:11.951.954 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:12] 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/20260618_141807_manual_pr836/npu_validation/SubView/subview_boxed_dynamic/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1216274] 2026-06-18-14:27:14.894.494 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:15] 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/20260618_141807_manual_pr836/npu_validation/Subsc/subsc/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1216689] 2026-06-18-14:27:17.946.081 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:18] ERROR: testcase failed (exit 1): subsc
subs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Subs/subs/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1217901] 2026-06-18-14:27:20.989.529 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:21] ERROR: testcase failed (exit 1): subs
subc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Subc/subc/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1218319] 2026-06-18-14:27:24.053.730 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:24] ERROR: testcase failed (exit 1): subc
sub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sub/sub/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1218742] 2026-06-18-14:27:27.115.118 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:27] ERROR: testcase failed (exit 1): sub
sqrt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sqrt/sqrt/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1219158] 2026-06-18-14:27:30.160.709 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:30] ERROR: testcase failed (exit 1): sqrt
sort32

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sort32/sort32/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1219570] 2026-06-18-14:27:33.220.989 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:33] ERROR: testcase failed (exit 1): sort32
shrs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Shrs/shrs/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1220030] 2026-06-18-14:27:36.270.255 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:36] ERROR: testcase failed (exit 1): shrs
shr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Shr/shr/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1220444] 2026-06-18-14:27:39.325.542 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:39] ERROR: testcase failed (exit 1): shr
shls

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Shls/shls/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1220865] 2026-06-18-14:27:42.362.176 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:42] ERROR: testcase failed (exit 1): shls
shl

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Shl/shl/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1221282] 2026-06-18-14:27:45.398.335 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:45] ERROR: testcase failed (exit 1): shl
set_validshape

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/SetValidShape/set_validshape/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1221702] 2026-06-18-14:27:48.387.793 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:48] ERROR: testcase failed (exit 1): set_validshape
sels

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sels/sels/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1222162] 2026-06-18-14:27:51.418.283 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:51] ERROR: testcase failed (exit 1): sels
sel

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Sel/sel/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1222578] 2026-06-18-14:27:54.493.628 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:54] ERROR: testcase failed (exit 1): sel
scatter

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Scatter/scatter/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1222994] 2026-06-18-14:27:57.552.691 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:27:57] ERROR: testcase failed (exit 1): scatter
scalar_ptr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/ScalarPtr/scalar_ptr/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1223410] 2026-06-18-14:28:00.544.613 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:00] ERROR: testcase failed (exit 1): scalar_ptr

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

rsqrt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rsqrt/rsqrt/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1223877] 2026-06-18-14:28:03.586.771 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:03] ERROR: testcase failed (exit 1): rsqrt
rowsum

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowsum/rowsum/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1224318] 2026-06-18-14:28:06.633.176 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:06] ERROR: testcase failed (exit 1): rowsum
rowprod

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowprod/rowprod/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1224734] 2026-06-18-14:28:09.665.196 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:09] ERROR: testcase failed (exit 1): rowprod
rowmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowmin/rowmin/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1225150] 2026-06-18-14:28:12.731.663 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:12] ERROR: testcase failed (exit 1): rowmin
rowmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowmax/rowmax/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1225564] 2026-06-18-14:28:15.789.029 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:15] ERROR: testcase failed (exit 1): rowmax
rowexpandsub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandsub/rowexpandsub/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1226003] 2026-06-18-14:28:18.842.959 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:19] ERROR: testcase failed (exit 1): rowexpandsub
rowexpandmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandmul/rowexpandmul/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1226440] 2026-06-18-14:28:21.885.033 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:22] ERROR: testcase failed (exit 1): rowexpandmul
rowexpandmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandmin/rowexpandmin/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1226856] 2026-06-18-14:28:24.933.463 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:25] ERROR: testcase failed (exit 1): rowexpandmin
rowexpandmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandmax/rowexpandmax/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1227271] 2026-06-18-14:28:27.967.218 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:28] ERROR: testcase failed (exit 1): rowexpandmax
rowexpandexpdif

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandexpdif/rowexpandexpdif/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1227692] 2026-06-18-14:28:31.007.183 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:31] ERROR: testcase failed (exit 1): rowexpandexpdif
rowexpanddiv

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpanddiv/rowexpanddiv/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1228129] 2026-06-18-14:28:34.062.549 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:34] ERROR: testcase failed (exit 1): rowexpanddiv
rowexpandadd

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpandadd/rowexpandadd/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1228569] 2026-06-18-14:28:37.107.702 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:37] ERROR: testcase failed (exit 1): rowexpandadd
rowexpand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Rowexpand/rowexpand/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1228985] 2026-06-18-14:28:40.150.553 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:40] ERROR: testcase failed (exit 1): rowexpand
reshape

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Reshape/reshape/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1229400] 2026-06-18-14:28:43.183.906 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:43] 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/20260618_141807_manual_pr836/npu_validation/Reshape/bitcast_inplace_cvt/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1229819] 2026-06-18-14:28:46.221.466 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:46] ERROR: testcase failed (exit 1): bitcast_inplace_cvt
bitcast_dtype_alias

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Reshape/bitcast_dtype_alias/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1230254] 2026-06-18-14:28:49.240.635 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:49] ERROR: testcase failed (exit 1): bitcast_dtype_alias
rems

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rems_kernel_2d
>>> referenced by librems_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rems.dir/build.make:98: rems] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rems.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:28:52] ERROR: testcase failed (exit 2): rems
rem

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rem_kernel_2d
>>> referenced by librem_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rem.dir/build.make:98: rem] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rem.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:28:54] ERROR: testcase failed (exit 2): rem
relu

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Relu/relu/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1231306] 2026-06-18-14:28:57.627.053 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:28:57] ERROR: testcase failed (exit 1): relu
recip

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Recip/recip/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1231721] 2026-06-18-14:29:00.683.961 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:29:00] ERROR: testcase failed (exit 1): recip
rope_kv_cache

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rope_kv_cache
>>> referenced by librope_kv_cache_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rope_kv_cache.dir/build.make:98: rope_kv_cache] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rope_kv_cache.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:03] ERROR: testcase failed (exit 2): rope_kv_cache
rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm
>>> referenced by librmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm.dir/build.make:98: rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:06] ERROR: testcase failed (exit 2): rmsnorm
qwen3_decode_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_7
>>> referenced by libqwen3_decode_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_7.dir/build.make:98: qwen3_decode_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:09] ERROR: testcase failed (exit 2): qwen3_decode_incore_7
qwen3_decode_incore_6

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_6
>>> referenced by libqwen3_decode_incore_6_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_6.dir/build.make:98: qwen3_decode_incore_6] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_6.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:12] ERROR: testcase failed (exit 2): qwen3_decode_incore_6
qwen3_decode_incore_5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_5
>>> referenced by libqwen3_decode_incore_5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_5.dir/build.make:98: qwen3_decode_incore_5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:15] ERROR: testcase failed (exit 2): qwen3_decode_incore_5
qwen3_decode_incore_4

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_4
>>> referenced by libqwen3_decode_incore_4_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_4.dir/build.make:98: qwen3_decode_incore_4] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_4.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:18] ERROR: testcase failed (exit 2): qwen3_decode_incore_4
qwen3_decode_incore_2

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_2
>>> referenced by libqwen3_decode_incore_2_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_2.dir/build.make:98: qwen3_decode_incore_2] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_2.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:20] ERROR: testcase failed (exit 2): qwen3_decode_incore_2
qwen3_decode_incore_1

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_1
>>> referenced by libqwen3_decode_incore_1_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_1.dir/build.make:98: qwen3_decode_incore_1] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_1.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:23] ERROR: testcase failed (exit 2): qwen3_decode_incore_1
qwen3_decode_incore_12

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_12
>>> referenced by libqwen3_decode_incore_12_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_12.dir/build.make:98: qwen3_decode_incore_12] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_12.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:26] ERROR: testcase failed (exit 2): qwen3_decode_incore_12
qwen3_decode_incore_11

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_11
>>> referenced by libqwen3_decode_incore_11_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_11.dir/build.make:98: qwen3_decode_incore_11] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_11.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:28] ERROR: testcase failed (exit 2): qwen3_decode_incore_11
qwen3_decode_incore_10

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_10
>>> referenced by libqwen3_decode_incore_10_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_10.dir/build.make:98: qwen3_decode_incore_10] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_10.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:31] ERROR: testcase failed (exit 2): qwen3_decode_incore_10
post_rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: post_rmsnorm
>>> referenced by libpost_rmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/post_rmsnorm.dir/build.make:98: post_rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/post_rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:34] ERROR: testcase failed (exit 2): post_rmsnorm
out_proj_residual

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Qwen3DecodeA5/out_proj_residual/main.cpp:80)
[ERROR] RecentErrMsg: [PID: 1236035] 2026-06-18-14:29:39.525.840 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:29:39] ERROR: testcase failed (exit 1): out_proj_residual
down_proj_residual

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Qwen3DecodeA5/down_proj_residual/main.cpp:80)
[ERROR] RecentErrMsg: [PID: 1236500] 2026-06-18-14:29:46.121.078 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:29:46] ERROR: testcase failed (exit 1): down_proj_residual
quant

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Quant/quant/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1236938] 2026-06-18-14:29:49.179.994 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:29:49] ERROR: testcase failed (exit 1): quant
quant_asym

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Quant/quant_asym/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1238569] 2026-06-18-14:29:52.237.734 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:29:52] ERROR: testcase failed (exit 1): quant_asym
vector_example_dag_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by libvector_example_dag_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_mul.dir/build.make:98: vector_example_dag_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:55] ERROR: testcase failed (exit 2): vector_example_dag_kernel_mul
vector_example_dag_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by libvector_example_dag_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add_scalar.dir/build.make:98: vector_example_dag_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:29:57] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add_scalar
vector_example_dag_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by libvector_example_dag_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add.dir/build.make:98: vector_example_dag_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:00] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add
paged_attention_example_kernel_softmax_prepare

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_softmax_prepare
>>> referenced by libpaged_attention_example_kernel_softmax_prepare_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/build.make:98: paged_attention_example_kernel_softmax_prepare] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:03] ERROR: testcase failed (exit 2): paged_attention_example_kernel_softmax_prepare
paged_attention_example_kernel_qk_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_qk_matmul
>>> referenced by libpaged_attention_example_kernel_qk_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/build.make:98: paged_attention_example_kernel_qk_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:05] ERROR: testcase failed (exit 2): paged_attention_example_kernel_qk_matmul
paged_attention_example_kernel_pv_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_pv_matmul
>>> referenced by libpaged_attention_example_kernel_pv_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/build.make:98: paged_attention_example_kernel_pv_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:08] ERROR: testcase failed (exit 2): paged_attention_example_kernel_pv_matmul
paged_attention_example_kernel_online_update

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_online_update
>>> referenced by libpaged_attention_example_kernel_online_update_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_online_update.dir/build.make:98: paged_attention_example_kernel_online_update] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_online_update.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:11] ERROR: testcase failed (exit 2): paged_attention_example_kernel_online_update
paged_attention_example_kernel_init_inplace

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_init_inplace
>>> referenced by libpaged_attention_example_kernel_init_inplace_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_init_inplace.dir/build.make:98: paged_attention_example_kernel_init_inplace] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_init_inplace.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:14] ERROR: testcase failed (exit 2): paged_attention_example_kernel_init_inplace
orchestration_example_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by liborchestration_example_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_mul.dir/build.make:98: orchestration_example_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:16] ERROR: testcase failed (exit 2): orchestration_example_kernel_mul
orchestration_example_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by liborchestration_example_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add_scalar.dir/build.make:98: orchestration_example_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:19] ERROR: testcase failed (exit 2): orchestration_example_kernel_add_scalar
orchestration_example_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by liborchestration_example_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add.dir/build.make:98: orchestration_example_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:21] ERROR: testcase failed (exit 2): orchestration_example_kernel_add
print_scalar

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Print/print_scalar/main.cpp:64)
[ERROR] RecentErrMsg: [PID: 1242588] 2026-06-18-14:30:25.069.752 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:30:25] ERROR: testcase failed (exit 1): print_scalar
prelu

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: prelu_kernel_2d
>>> referenced by libprelu_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/prelu.dir/build.make:98: prelu] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/prelu.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:27] ERROR: testcase failed (exit 2): prelu
plan_memory_reuse_sequential

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: reuse_sequential
>>> referenced by libplan_memory_reuse_sequential_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_reuse_sequential.dir/build.make:98: plan_memory_reuse_sequential] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_reuse_sequential.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:30] ERROR: testcase failed (exit 2): plan_memory_reuse_sequential
plan_memory_peak_exact_capacity

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_exact_capacity
>>> referenced by libplan_memory_peak_exact_capacity_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_exact_capacity.dir/build.make:98: plan_memory_peak_exact_capacity] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_exact_capacity.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:33] ERROR: testcase failed (exit 2): plan_memory_peak_exact_capacity
plan_memory_peak_8_overlapping

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_8_overlapping
>>> referenced by libplan_memory_peak_8_overlapping_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_8_overlapping.dir/build.make:98: plan_memory_peak_8_overlapping] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_8_overlapping.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:35] ERROR: testcase failed (exit 2): plan_memory_peak_8_overlapping
plan_memory_no_reuse_overlap

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: no_reuse_overlap
>>> referenced by libplan_memory_no_reuse_overlap_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_no_reuse_overlap.dir/build.make:98: plan_memory_no_reuse_overlap] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_no_reuse_overlap.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:38] ERROR: testcase failed (exit 2): plan_memory_no_reuse_overlap
plan_memory_nested_loops

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loops
>>> referenced by libplan_memory_nested_loops_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_nested_loops.dir/build.make:98: plan_memory_nested_loops] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_nested_loops.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:41] ERROR: testcase failed (exit 2): plan_memory_nested_loops
plan_memory_loop_no_reuse_outer_live

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_outer_live
>>> referenced by libplan_memory_loop_no_reuse_outer_live_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/build.make:98: plan_memory_loop_no_reuse_outer_live] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:43] ERROR: testcase failed (exit 2): plan_memory_loop_no_reuse_outer_live
plan_memory_loop_in_if

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_in_if
>>> referenced by libplan_memory_loop_in_if_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_in_if.dir/build.make:98: plan_memory_loop_in_if] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_in_if.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:46] ERROR: testcase failed (exit 2): plan_memory_loop_in_if
plan_memory_if_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_yield
>>> referenced by libplan_memory_if_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_yield.dir/build.make:98: plan_memory_if_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:49] ERROR: testcase failed (exit 2): plan_memory_if_yield
plan_memory_if_in_loop

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_in_loop
>>> referenced by libplan_memory_if_in_loop_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_in_loop.dir/build.make:98: plan_memory_if_in_loop] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_in_loop.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:51] ERROR: testcase failed (exit 2): plan_memory_if_in_loop
plan_memory_fragmentation_two_holes

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_two_holes
>>> referenced by libplan_memory_fragmentation_two_holes_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_two_holes.dir/build.make:98: plan_memory_fragmentation_two_holes] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_two_holes.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:54] ERROR: testcase failed (exit 2): plan_memory_fragmentation_two_holes
plan_memory_fragmentation_hole_fit

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_hole_fit
>>> referenced by libplan_memory_fragmentation_hole_fit_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_hole_fit.dir/build.make:98: plan_memory_fragmentation_hole_fit] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_hole_fit.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:57] ERROR: testcase failed (exit 2): plan_memory_fragmentation_hole_fit
plan_memory_for_iter_args_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: for_iter_args_yield
>>> referenced by libplan_memory_for_iter_args_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_for_iter_args_yield.dir/build.make:98: plan_memory_for_iter_args_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_for_iter_args_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:30:59] ERROR: testcase failed (exit 2): plan_memory_for_iter_args_yield
plan_memory_bind_tile_alias_liveness

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: bind_tile_alias_liveness
>>> referenced by libplan_memory_bind_tile_alias_liveness_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/build.make:98: plan_memory_bind_tile_alias_liveness] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:31:02] ERROR: testcase failed (exit 2): plan_memory_bind_tile_alias_liveness
partmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Partmul/partmul/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1247417] 2026-06-18-14:31:05.205.434 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:05] ERROR: testcase failed (exit 1): partmul
partmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Partmin/partmin/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1247857] 2026-06-18-14:31:08.248.698 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:08] ERROR: testcase failed (exit 1): partmin
partmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Partmax/partmax/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1248275] 2026-06-18-14:31:11.282.995 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:11] ERROR: testcase failed (exit 1): partmax
partition_view_verify_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_valid
>>> referenced by libpartition_view_verify_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_valid.dir/build.make:98: partition_view_verify_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:31:14] ERROR: testcase failed (exit 2): partition_view_verify_valid
partition_view_verify_rank_mismatch_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_rank_mismatch_valid
>>> referenced by libpartition_view_verify_rank_mismatch_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/build.make:98: partition_view_verify_rank_mismatch_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:31:16] ERROR: testcase failed (exit 2): partition_view_verify_rank_mismatch_valid
partition5d_dynamic_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_dynamic_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_dynamic_a5.dir/build.make:98: partition5d_dynamic_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_dynamic_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:31:19] ERROR: testcase failed (exit 2): partition5d_dynamic_a5
partition5d_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_a5.dir/build.make:98: partition5d_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:31:21] ERROR: testcase failed (exit 2): partition5d_a5
partarg

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Partarg/partarg/main.cpp:87)
[ERROR] RecentErrMsg: [PID: 1249968] 2026-06-18-14:31:24.864.165 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:25] ERROR: testcase failed (exit 1): partarg
partadd

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Partadd/partadd/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1250382] 2026-06-18-14:31:27.919.923 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:28] ERROR: testcase failed (exit 1): partadd
ors

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Ors/ors/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1250797] 2026-06-18-14:31:30.957.606 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:31] ERROR: testcase failed (exit 1): ors

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

or

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Or/or/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1251238] 2026-06-18-14:31:33.984.410 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:34] ERROR: testcase failed (exit 1): or
not

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Not/not/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1251682] 2026-06-18-14:31:37.015.642 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:37] ERROR: testcase failed (exit 1): not
neg

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Neg/neg/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1252099] 2026-06-18-14:31:40.038.576 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:40] ERROR: testcase failed (exit 1): neg
muls

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Muls/muls/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1252517] 2026-06-18-14:31:43.081.363 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:43] ERROR: testcase failed (exit 1): muls
mul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Mul/mul/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1252935] 2026-06-18-14:31:46.117.150 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:46] ERROR: testcase failed (exit 1): mul
mscatter

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Mscatter/mscatter/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1253400] 2026-06-18-14:31:49.147.019 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:49] ERROR: testcase failed (exit 1): mscatter
mrgsort_format2

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Mrgsort/mrgsort_format2/main.cpp:84)
[ERROR] RecentErrMsg: [PID: 1253838] 2026-06-18-14:31:52.224.009 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:52] 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/20260618_141807_manual_pr836/npu_validation/Mrgsort/mrgsort_a5/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1254253] 2026-06-18-14:31:55.271.406 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:55] ERROR: testcase failed (exit 1): mrgsort_a5
mins

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Mins/mins/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1255043] 2026-06-18-14:31:58.304.604 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:31:58] ERROR: testcase failed (exit 1): mins
min

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Min/min/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1255482] 2026-06-18-14:32:01.339.148 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:01] ERROR: testcase failed (exit 1): min
mgather

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Mgather/mgather/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1255952] 2026-06-18-14:32:04.361.404 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:04] ERROR: testcase failed (exit 1): mgather
maxs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Maxs/maxs/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1256419] 2026-06-18-14:32:07.384.668 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:07] ERROR: testcase failed (exit 1): maxs
max

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Max/max/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1256834] 2026-06-18-14:32:10.429.709 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:10] ERROR: testcase failed (exit 1): max
matmul_mx_low_precision

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:53:31: error: unknown type name 'float8_e4m3_t'
void LaunchMatmulmx_highlevel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                              ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:53:50: error: unknown type name 'float8_e5m2_t'
void LaunchMatmulmx_highlevel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                                 ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:53:69: error: unknown type name 'float8_e8m0_t'
void LaunchMatmulmx_highlevel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                                                    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:53:88: error: unknown type name 'float8_e8m0_t'
void LaunchMatmulmx_highlevel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                                                                       ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:57:48: error: use of undeclared identifier 'float8_e4m3_t'
    size_t fileSize_v1 = elemCount_v1 * sizeof(float8_e4m3_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:59:48: error: use of undeclared identifier 'float8_e5m2_t'
    size_t fileSize_v2 = elemCount_v2 * sizeof(float8_e5m2_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:61:48: error: use of undeclared identifier 'float8_e8m0_t'
    size_t fileSize_v3 = elemCount_v3 * sizeof(float8_e8m0_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:63:48: error: use of undeclared identifier 'float8_e8m0_t'
    size_t fileSize_v4 = elemCount_v4 * sizeof(float8_e8m0_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:66:5: error: unknown type name 'float8_e4m3_t'
    float8_e4m3_t *v1Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:67:5: error: unknown type name 'float8_e4m3_t'
    float8_e4m3_t *v1Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:68:5: error: unknown type name 'float8_e5m2_t'
    float8_e5m2_t *v2Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:69:5: error: unknown type name 'float8_e5m2_t'
    float8_e5m2_t *v2Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:70:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v3Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:71:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v3Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:72:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v4Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatmulMxLowPrecision/matmul_mx_low_precision/main.cpp:73:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v4Device = nullptr;
    ^
16 errors generated.
gmake[2]: *** [CMakeFiles/matmul_mx_low_precision.dir/build.make:76: CMakeFiles/matmul_mx_low_precision.dir/main.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul_mx_low_precision.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:32:13] ERROR: testcase failed (exit 2): matmul_mx_low_precision
tmatmulk

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatMul/tmatmulk/main.cpp:80)
[ERROR] RecentErrMsg: [PID: 1257564] 2026-06-18-14:32:15.996.466 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:16] ERROR: testcase failed (exit 1): tmatmulk
matMul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/MatMul/matMul/main.cpp:80)
[ERROR] RecentErrMsg: [PID: 1258756] 2026-06-18-14:32:18.999.442 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:19] ERROR: testcase failed (exit 1): matMul
lrelu

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Lrelu/lrelu/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1259195] 2026-06-18-14:32:22.034.671 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:22] ERROR: testcase failed (exit 1): lrelu
log

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Log/log/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1259609] 2026-06-18-14:32:25.087.275 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:25] ERROR: testcase failed (exit 1): log
layout_inference

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/LayoutInference/layout_inference/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1260028] 2026-06-18-14:32:28.064.455 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:28] ERROR: testcase failed (exit 1): layout_inference
tensor_view_layout_dn

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run
>>> referenced by libtensor_view_layout_dn_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/tensor_view_layout_dn.dir/build.make:98: tensor_view_layout_dn] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tensor_view_layout_dn.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:32:30] ERROR: testcase failed (exit 2): tensor_view_layout_dn
tensor_view_infer_layout_dn

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Layout/tensor_view_infer_layout_dn/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1261038] 2026-06-18-14:32:33.689.867 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:33] ERROR: testcase failed (exit 1): tensor_view_infer_layout_dn
gemvmx

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:53:26: error: unknown type name 'float8_e4m3_t'
void LaunchGemvmx_kernel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                         ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:53:45: error: unknown type name 'float8_e5m2_t'
void LaunchGemvmx_kernel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                            ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:53:64: error: unknown type name 'float8_e8m0_t'
void LaunchGemvmx_kernel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:53:83: error: unknown type name 'float8_e8m0_t'
void LaunchGemvmx_kernel(float8_e4m3_t *v1, float8_e5m2_t *v2, float8_e8m0_t *v3, float8_e8m0_t *v4, float *v5, void *stream);
                                                                                  ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:57:48: error: use of undeclared identifier 'float8_e4m3_t'
    size_t fileSize_v1 = elemCount_v1 * sizeof(float8_e4m3_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:59:48: error: use of undeclared identifier 'float8_e5m2_t'
    size_t fileSize_v2 = elemCount_v2 * sizeof(float8_e5m2_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:61:48: error: use of undeclared identifier 'float8_e8m0_t'
    size_t fileSize_v3 = elemCount_v3 * sizeof(float8_e8m0_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:63:48: error: use of undeclared identifier 'float8_e8m0_t'
    size_t fileSize_v4 = elemCount_v4 * sizeof(float8_e8m0_t);
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:66:5: error: unknown type name 'float8_e4m3_t'
    float8_e4m3_t *v1Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:67:5: error: unknown type name 'float8_e4m3_t'
    float8_e4m3_t *v1Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:68:5: error: unknown type name 'float8_e5m2_t'
    float8_e5m2_t *v2Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:69:5: error: unknown type name 'float8_e5m2_t'
    float8_e5m2_t *v2Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:70:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v3Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:71:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v3Device = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:72:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v4Host = nullptr;
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gemvmx/gemvmx/main.cpp:73:5: error: unknown type name 'float8_e8m0_t'
    float8_e8m0_t *v4Device = nullptr;
    ^
16 errors generated.
gmake[2]: *** [CMakeFiles/gemvmx.dir/build.make:76: CMakeFiles/gemvmx.dir/main.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/gemvmx.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:32:36] ERROR: testcase failed (exit 2): gemvmx
gatherb

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gatherb/gatherb/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1261814] 2026-06-18-14:32:39.319.712 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:39] ERROR: testcase failed (exit 1): gatherb
gather

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gather/gather/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1262230] 2026-06-18-14:32:42.344.947 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:42] ERROR: testcase failed (exit 1): gather
gather_legacy

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Gather/gather_legacy/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1262646] 2026-06-18-14:32:45.357.873 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:45] ERROR: testcase failed (exit 1): gather_legacy
fmods

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Fmods/fmods/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1263204] 2026-06-18-14:32:48.392.393 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:48] ERROR: testcase failed (exit 1): fmods
fmod

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Fmod/fmod/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1264448] 2026-06-18-14:32:51.442.302 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:51] ERROR: testcase failed (exit 1): fmod
fillpad

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Fillpad/fillpad/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1264931] 2026-06-18-14:32:54.479.519 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:54] ERROR: testcase failed (exit 1): fillpad
fillpad_inplace

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Fillpad/fillpad_inplace/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1265415] 2026-06-18-14:32:57.501.288 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:32:57] ERROR: testcase failed (exit 1): fillpad_inplace
fillpad_expand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Fillpad/fillpad_expand/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1265895] 2026-06-18-14:33:00.545.311 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:00] ERROR: testcase failed (exit 1): fillpad_expand
extract_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1084:5: error: static assertion failed due to requirement 'Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::Loc == TileType::Scaling': Fp only support Scaling.
    static_assert(FpTileData::Loc == TileType::Scaling, "Fp only support Scaling.");
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:32:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/pto-inst.hpp:30:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:18:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/common/pto_instr_impl.hpp:244:
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:993:48: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
        (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp) + indexCol;
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1086:5: note: in instantiation of function template specialization 'pto::SetFPC<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPC<FpTileData>(fp.data(), indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings generated.
4 warnings and 2 errors generated.
gmake[2]: *** [CMakeFiles/extract_fp_kernel.dir/build.make:76: CMakeFiles/extract_fp_kernel.dir/extract_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/extract_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:02] ERROR: testcase failed (exit 2): extract_fp
expands

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Expands/expands/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1266700] 2026-06-18-14:33:05.459.076 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:05] ERROR: testcase failed (exit 1): expands
expand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Expands/expand/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1267188] 2026-06-18-14:33:08.477.202 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:08] ERROR: testcase failed (exit 1): expand
exp

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Exp/exp/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1267672] 2026-06-18-14:33:11.510.098 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:11] ERROR: testcase failed (exit 1): exp
dynamic_tail_matmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/DynamicTailMatmul/dynamic_tail_matmul/main.cpp:78)
[ERROR] RecentErrMsg: [PID: 1268155] 2026-06-18-14:33:14.478.413 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:14] ERROR: testcase failed (exit 1): dynamic_tail_matmul
divs2

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Divs2/divs2/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1268637] 2026-06-18-14:33:17.516.119 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:17] ERROR: testcase failed (exit 1): divs2
divs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Divs/divs/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1269119] 2026-06-18-14:33:20.538.470 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:20] ERROR: testcase failed (exit 1): divs
div

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Div/div/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1269656] 2026-06-18-14:33:23.612.252 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:23] ERROR: testcase failed (exit 1): div
dequant

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Dequant/dequant/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1270136] 2026-06-18-14:33:26.671.131 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:26] ERROR: testcase failed (exit 1): dequant
dequant_i8

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Dequant/dequant_i8/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1270622] 2026-06-18-14:33:29.754.321 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:29] ERROR: testcase failed (exit 1): dequant_i8
sparse_attn_test_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: sparse_attn_test_incore_7
>>> referenced by libsparse_attn_test_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/sparse_attn_test_incore_7.dir/build.make:98: sparse_attn_test_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/sparse_attn_test_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:32] ERROR: testcase failed (exit 2): sparse_attn_test_incore_7
decode_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_swa_test_incore_40
>>> referenced by libdecode_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_swa_test_incore_40.dir/build.make:98: decode_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:35] ERROR: testcase failed (exit 2): decode_swa_test_incore_40
decode_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_hca_test_incore_54
>>> referenced by libdecode_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_hca_test_incore_54.dir/build.make:98: decode_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:38] ERROR: testcase failed (exit 2): decode_hca_test_incore_54
decode_csa_test_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_csa_test_incore_81
>>> referenced by libdecode_csa_test_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_csa_test_incore_81.dir/build.make:98: decode_csa_test_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_csa_test_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:40] ERROR: testcase failed (exit 2): decode_csa_test_incore_81
attention_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_swa_test_incore_40
>>> referenced by libattention_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_swa_test_incore_40.dir/build.make:98: attention_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:43] ERROR: testcase failed (exit 2): attention_swa_test_incore_40
attention_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_hca_test_incore_54
>>> referenced by libattention_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_hca_test_incore_54.dir/build.make:98: attention_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:46] ERROR: testcase failed (exit 2): attention_hca_test_incore_54
attention_csa_test_refresh_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_csa_test_refresh_incore_81
>>> referenced by libattention_csa_test_refresh_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_csa_test_refresh_incore_81.dir/build.make:98: attention_csa_test_refresh_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_csa_test_refresh_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 14:33:49] ERROR: testcase failed (exit 2): attention_csa_test_refresh_incore_81
tcvt

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Cvt/tcvt/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1274050] 2026-06-18-14:33:51.949.382 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:52] ERROR: testcase failed (exit 1): tcvt
cvt_f32_f32

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Cvt/cvt_f32_f32/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1274532] 2026-06-18-14:33:54.976.072 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:55] ERROR: testcase failed (exit 1): cvt_f32_f32
cvt_f32_f16

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Cvt/cvt_f32_f16/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1275016] 2026-06-18-14:33:58.038.118 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:33:58] ERROR: testcase failed (exit 1): cvt_f32_f16
concat

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Concat/concat/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1275502] 2026-06-18-14:34:01.067.643 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:01] ERROR: testcase failed (exit 1): concat
cv_region

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Complex/cv_region/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1276014] 2026-06-18-14:34:04.095.191 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:04] ERROR: testcase failed (exit 1): cv_region

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

twait_atomic_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/twait_atomic_binding/main.cpp:74)
[ERROR] RecentErrMsg: [PID: 1276494] 2026-06-18-14:34:07.093.412 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:07] ERROR: testcase failed (exit 1): twait_atomic_binding
tscatter_root_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/tscatter_root_binding/main.cpp:85)
[ERROR] RecentErrMsg: [PID: 1277002] 2026-06-18-14:34:10.168.341 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:10] ERROR: testcase failed (exit 1): tscatter_root_binding
treduce_root_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/treduce_root_binding/main.cpp:85)
[ERROR] RecentErrMsg: [PID: 1277519] 2026-06-18-14:34:13.303.839 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:13] ERROR: testcase failed (exit 1): treduce_root_binding
tnotify_atomic_add_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/tnotify_atomic_add_binding/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1278004] 2026-06-18-14:34:16.285.843 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:16] ERROR: testcase failed (exit 1): tnotify_atomic_add_binding
tgather_root_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/tgather_root_binding/main.cpp:85)
[ERROR] RecentErrMsg: [PID: 1278488] 2026-06-18-14:34:19.369.844 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:19] ERROR: testcase failed (exit 1): tgather_root_binding
tbroadcast_root_binding

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/tbroadcast_root_binding/main.cpp:85)
[ERROR] RecentErrMsg: [PID: 1278972] 2026-06-18-14:34:22.427.004 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:22] ERROR: testcase failed (exit 1): tbroadcast_root_binding
comm_p2p

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/comm_p2p/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1279572] 2026-06-18-14:34:25.545.528 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:25] ERROR: testcase failed (exit 1): comm_p2p
comm_p2p_binding_variants

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/comm_p2p_binding_variants/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1280053] 2026-06-18-14:34:28.667.815 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:28] ERROR: testcase failed (exit 1): comm_p2p_binding_variants
comm_collective

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/comm_collective/main.cpp:83)
[ERROR] RecentErrMsg: [PID: 1280536] 2026-06-18-14:34:31.979.969 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:32] ERROR: testcase failed (exit 1): comm_collective
comm_collective_binding_variants

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/CommSync/comm_collective_binding_variants/main.cpp:83)
[ERROR] RecentErrMsg: [PID: 1281051] 2026-06-18-14:34:35.337.115 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:35] ERROR: testcase failed (exit 1): comm_collective_binding_variants
colsum

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colsum/colsum/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1281538] 2026-06-18-14:34:38.398.541 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:38] ERROR: testcase failed (exit 1): colsum
colprod

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colprod/colprod/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1282019] 2026-06-18-14:34:41.425.381 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:41] ERROR: testcase failed (exit 1): colprod
colmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colmin/colmin/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1282504] 2026-06-18-14:34:44.463.836 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:44] ERROR: testcase failed (exit 1): colmin
colmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colmax/colmax/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1282987] 2026-06-18-14:34:47.518.762 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:47] ERROR: testcase failed (exit 1): colmax
colexpandsub

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandsub/colexpandsub/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1283468] 2026-06-18-14:34:50.550.062 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:50] ERROR: testcase failed (exit 1): colexpandsub
colexpandmul

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandmul/colexpandmul/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1283952] 2026-06-18-14:34:53.584.384 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:53] ERROR: testcase failed (exit 1): colexpandmul
colexpandmin

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandmin/colexpandmin/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1284439] 2026-06-18-14:34:56.616.126 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:56] ERROR: testcase failed (exit 1): colexpandmin
colexpandmax

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandmax/colexpandmax/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1284922] 2026-06-18-14:34:59.653.790 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:34:59] ERROR: testcase failed (exit 1): colexpandmax
colexpandexpdif

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandexpdif/colexpandexpdif/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1285483] 2026-06-18-14:35:02.717.714 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:02] ERROR: testcase failed (exit 1): colexpandexpdif
colexpanddiv

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpanddiv/colexpanddiv/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1285966] 2026-06-18-14:35:05.757.822 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:05] ERROR: testcase failed (exit 1): colexpanddiv
colexpandadd

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpandadd/colexpandadd/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1286447] 2026-06-18-14:35:08.796.013 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:08] ERROR: testcase failed (exit 1): colexpandadd
colexpand

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Colexpand/colexpand/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1286955] 2026-06-18-14:35:11.816.066 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:11] ERROR: testcase failed (exit 1): colexpand
cmps

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Cmps/cmps/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1287437] 2026-06-18-14:35:14.848.061 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:15] ERROR: testcase failed (exit 1): cmps
cmp

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Cmp/cmp/main.cpp:75)
[ERROR] RecentErrMsg: [PID: 1287923] 2026-06-18-14:35:17.888.710 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:18] ERROR: testcase failed (exit 1): cmp
ci

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Ci/ci/main.cpp:68)
[ERROR] RecentErrMsg: [PID: 1288407] 2026-06-18-14:35:20.890.111 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:21] ERROR: testcase failed (exit 1): ci
bf16_tile

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Bf16/bf16_tile/main.cpp:67)
[ERROR] RecentErrMsg: [PID: 1288890] 2026-06-18-14:35:23.809.529 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:23] ERROR: testcase failed (exit 1): bf16_tile
tput_async_kernel_impl_like

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/AsyncComm/tput_async_kernel_impl_like/main.cpp:88)
[ERROR] RecentErrMsg: [PID: 1289410] 2026-06-18-14:35:26.876.073 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:27] ERROR: testcase failed (exit 1): tput_async_kernel_impl_like
tget_async_kernel_impl_like

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/AsyncComm/tget_async_kernel_impl_like/main.cpp:96)
[ERROR] RecentErrMsg: [PID: 1290246] 2026-06-18-14:35:30.077.574 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:30] ERROR: testcase failed (exit 1): tget_async_kernel_impl_like
[2026-06-18 14:35:30] SKIP: async_comm (runtime skip)
ands

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Ands/ands/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1290734] 2026-06-18-14:35:33.113.032 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:33] ERROR: testcase failed (exit 1): ands
and

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/And/and/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1291242] 2026-06-18-14:35:36.136.765 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:36] ERROR: testcase failed (exit 1): and
addsc

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Addsc/addsc/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1291736] 2026-06-18-14:35:39.192.044 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:39] ERROR: testcase failed (exit 1): addsc
adds

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Adds/adds/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1292220] 2026-06-18-14:35:42.223.560 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:42] ERROR: testcase failed (exit 1): adds
addptr

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/AddPtr/addptr/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1292680] 2026-06-18-14:35:45.231.054 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:45] ERROR: testcase failed (exit 1): addptr
addptr_f16

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/AddPtr/addptr_f16/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1293098] 2026-06-18-14:35:48.248.611 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:48] 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/20260618_141807_manual_pr836/npu_validation/AddPtr/addptr_dynamic/main.cpp:72)
[ERROR] RecentErrMsg: [PID: 1293560] 2026-06-18-14:35:51.260.639 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:51] 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/20260618_141807_manual_pr836/npu_validation/AddPtr/addptr_chain/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1293981] 2026-06-18-14:35:54.265.804 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35: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/20260618_141807_manual_pr836/npu_validation/Addc/addc/main.cpp:79)
[ERROR] RecentErrMsg: [PID: 1294403] 2026-06-18-14:35:57.315.183 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:35:57] ERROR: testcase failed (exit 1): addc
abs

stage=run info=exit=1

[ERROR] aclInit(nullptr) failed: 500000 (/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/npu_validation/Abs/abs/main.cpp:71)
[ERROR] RecentErrMsg: [PID: 1294822] 2026-06-18-14:36:00.329.676 Invalid_Argument(EE1001): The argument is invalid.Reason: rtGetDevMsg execution failed, the feature is not supported.
        Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship.
        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-06-18 14:36:00] ERROR: testcase failed (exit 1): abs
[2026-06-18 14:36:00] === SUMMARY ===
[2026-06-18 14:36:00] OK=0 FAIL=225 SKIP=1
[2026-06-18 14:36:00] RESULTS_TSV=/tmp/ptoas-board-monitor-a5/runs/20260618_141807_manual_pr836/remote_npu_validation_results.tsv

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:def080d69ec1
  • 结果汇总:OK 147 / FAIL 78 / SKIP 1
  • 日志:/root/ptoas-board-monitor-a5/logs/20260618_155408_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:board-validation / exit=1

失败用例

  • tinsert_fp (run, exit=2)
  • test_tmov_row_major_1x16_control_a5 (run, exit=2)
  • test_tmov_col_major_16x1_align_a5 (run, exit=2)
  • test_dynamic_valid_shape (run, exit=2)
  • test_barrier_sync (run, exit=2)
  • test_auto_sync_tail_hint (run, exit=2)
  • syncHigh (run, exit=139)
  • rmsnorm_incore_0 (run, exit=2)
  • rar_optimization_test (run, exit=2)
  • nested_loop_confliect (run, exit=2)
  • matmul (run, exit=2)
  • decode_projection_incore_0 (run, exit=2)
  • compensation_test (run, exit=2)
  • add_double_dynamic (run, exit=2)
  • sels (run, exit=2)
  • sel (run, exit=2)
  • scatter (run, exit=2)
  • rowexpandsub (run, exit=2)
  • rowexpandmul (run, exit=2)
  • rowexpanddiv (run, exit=2)
  • rems (run, exit=2)
  • rem (run, exit=2)
  • rope_kv_cache (run, exit=2)
  • rmsnorm (run, exit=2)
  • qwen3_decode_incore_7 (run, exit=2)
  • qwen3_decode_incore_6 (run, exit=2)
  • qwen3_decode_incore_5 (run, exit=2)
  • qwen3_decode_incore_4 (run, exit=2)
  • qwen3_decode_incore_2 (run, exit=2)
  • qwen3_decode_incore_1 (run, exit=2)
  • qwen3_decode_incore_12 (run, exit=2)
  • qwen3_decode_incore_11 (run, exit=2)
  • qwen3_decode_incore_10 (run, exit=2)
  • post_rmsnorm (run, exit=2)
  • vector_example_dag_kernel_mul (run, exit=2)
  • vector_example_dag_kernel_add_scalar (run, exit=2)
  • vector_example_dag_kernel_add (run, exit=2)
  • paged_attention_example_kernel_softmax_prepare (run, exit=2)
  • paged_attention_example_kernel_qk_matmul (run, exit=2)
  • paged_attention_example_kernel_pv_matmul (run, exit=2)
  • paged_attention_example_kernel_online_update (run, exit=2)
  • paged_attention_example_kernel_init_inplace (run, exit=2)
  • orchestration_example_kernel_mul (run, exit=2)
  • orchestration_example_kernel_add_scalar (run, exit=2)
  • orchestration_example_kernel_add (run, exit=2)
  • prelu (run, exit=2)
  • plan_memory_reuse_sequential (run, exit=2)
  • plan_memory_peak_exact_capacity (run, exit=2)
  • plan_memory_peak_8_overlapping (run, exit=2)
  • plan_memory_no_reuse_overlap (run, exit=2)
  • plan_memory_nested_loops (run, exit=2)
  • plan_memory_loop_no_reuse_outer_live (run, exit=2)
  • plan_memory_loop_in_if (run, exit=2)
  • plan_memory_if_yield (run, exit=2)
  • plan_memory_if_in_loop (run, exit=2)
  • plan_memory_fragmentation_two_holes (run, exit=2)
  • plan_memory_fragmentation_hole_fit (run, exit=2)
  • plan_memory_for_iter_args_yield (run, exit=2)
  • plan_memory_bind_tile_alias_liveness (run, exit=2)
  • partmin (run, exit=2)
  • partition_view_verify_valid (run, exit=2)
  • partition_view_verify_rank_mismatch_valid (run, exit=2)
  • partition5d_dynamic_a5 (run, exit=2)
  • partition5d_a5 (run, exit=2)
  • mgather (run, exit=139)
  • matmul_mx_low_precision (run, exit=2)
  • tensor_view_layout_dn (run, exit=2)
  • gemvmx (run, exit=2)
  • extract_fp (run, exit=2)
  • sparse_attn_test_incore_7 (run, exit=2)
  • decode_swa_test_incore_40 (run, exit=2)
  • decode_hca_test_incore_54 (run, exit=2)
  • decode_csa_test_incore_81 (run, exit=2)
  • attention_swa_test_incore_40 (run, exit=2)
  • attention_hca_test_incore_54 (run, exit=2)
  • attention_csa_test_refresh_incore_81 (run, exit=2)
  • cmps (run, exit=2)
  • cmp (run, exit=2)

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

tinsert_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:124:93: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
    __fbuf__ typename FpTileData::DType *dstAddrFp = (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp);
                                                                                            ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:199:5: note: in instantiation of function template specialization 'pto::SetFPCInsert<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPCInsert<FpTileData>(fp.data());
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:990:5: note: in instantiation of function template specialization 'pto::TINSERT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TINSERT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/npu_validation/TInsert/tinsert_fp/tinsert_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TINSERT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TINSERT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings and 1 error generated.
gmake[2]: *** [CMakeFiles/tinsert_fp_kernel.dir/build.make:76: CMakeFiles/tinsert_fp_kernel.dir/tinsert_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
4 warnings generated.
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/tinsert_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:04:14] ERROR: testcase failed (exit 2): tinsert_fp
test_tmov_row_major_1x16_control_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_row_major_1x16_control_a5
>>> referenced by libtest_tmov_row_major_1x16_control_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/build.make:98: test_tmov_row_major_1x16_control_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:05:13] ERROR: testcase failed (exit 2): test_tmov_row_major_1x16_control_a5
test_tmov_col_major_16x1_align_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_col_major_16x1_align_a5
>>> referenced by libtest_tmov_col_major_16x1_align_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/build.make:98: test_tmov_col_major_16x1_align_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:05:16] ERROR: testcase failed (exit 2): test_tmov_col_major_16x1_align_a5
test_dynamic_valid_shape

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_dynamic_valid_shape
>>> referenced by libtest_dynamic_valid_shape_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_dynamic_valid_shape.dir/build.make:98: test_dynamic_valid_shape] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_dynamic_valid_shape.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:09:07] ERROR: testcase failed (exit 2): test_dynamic_valid_shape
test_barrier_sync

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_barrier_sync_py
>>> referenced by libtest_barrier_sync_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_barrier_sync.dir/build.make:98: test_barrier_sync] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_barrier_sync.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:09:09] ERROR: testcase failed (exit 2): test_barrier_sync
test_auto_sync_tail_hint

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_auto_sync_tail_hint
>>> referenced by libtest_auto_sync_tail_hint_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_auto_sync_tail_hint.dir/build.make:98: test_auto_sync_tail_hint] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_auto_sync_tail_hint.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:09:12] ERROR: testcase failed (exit 2): test_auto_sync_tail_hint
syncHigh

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 1417497 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-18 16:10:08] ERROR: testcase failed (exit 139): syncHigh
rmsnorm_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm_incore_0
>>> referenced by librmsnorm_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm_incore_0.dir/build.make:98: rmsnorm_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:11] ERROR: testcase failed (exit 2): rmsnorm_incore_0
rar_optimization_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rar_hazard_check
>>> referenced by librar_optimization_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rar_optimization_test.dir/build.make:98: rar_optimization_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rar_optimization_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:14] ERROR: testcase failed (exit 2): rar_optimization_test
nested_loop_confliect

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loop_sync
>>> referenced by libnested_loop_confliect_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/nested_loop_confliect.dir/build.make:98: nested_loop_confliect] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/nested_loop_confliect.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:16] ERROR: testcase failed (exit 2): nested_loop_confliect
matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: RunTMATMULSplitK
>>> referenced by libmatmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/matmul.dir/build.make:98: matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:19] ERROR: testcase failed (exit 2): matmul
decode_projection_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_projection_incore_0
>>> referenced by libdecode_projection_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_projection_incore_0.dir/build.make:98: decode_projection_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_projection_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:22] ERROR: testcase failed (exit 2): decode_projection_incore_0
compensation_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: compensation_check
>>> referenced by libcompensation_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/compensation_test.dir/build.make:98: compensation_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/compensation_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:25] ERROR: testcase failed (exit 2): compensation_test
add_double_dynamic

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: vec_add_1d_dynamic
>>> referenced by libadd_double_dynamic_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/add_double_dynamic.dir/build.make:98: add_double_dynamic] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/add_double_dynamic.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:10:27] ERROR: testcase failed (exit 2): add_double_dynamic
sels

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=66.99866366386414 at idx=92 (golden=-2.9986636638641357, out=64.0, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:14:09] ERROR: testcase failed (exit 2): sels
sel

stage=run info=exit=2

[ERROR] Mismatch: golden_v4.bin vs v4.bin, max diff=5.792495250701904 at idx=298 (golden=2.8790016174316406, out=-2.9134936332702637, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:14:20] ERROR: testcase failed (exit 2): sel
scatter

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=3.6916218996047974 at idx=10 (golden=2.568453073501587, out=-1.1231688261032104, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:14:31] ERROR: testcase failed (exit 2): scatter
rowexpandsub

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=5.565198540687561 at idx=202 (golden=1.555970311164856, out=-4.009228229522705, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:16:02] ERROR: testcase failed (exit 2): rowexpandsub
rowexpandmul

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=14.702873229980469 at idx=206 (golden=8.388465881347656, out=-6.3144073486328125, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:16:13] ERROR: testcase failed (exit 2): rowexpandmul
rowexpanddiv

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=18.47865390777588 at idx=963 (golden=10.328862190246582, out=-8.149791717529297, dtype=float32)
[ERROR] compare failed
[2026-06-18 16:17:21] ERROR: testcase failed (exit 2): rowexpanddiv
rems

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rems_kernel_2d
>>> referenced by librems_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rems.dir/build.make:98: rems] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rems.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:18:50] ERROR: testcase failed (exit 2): rems
rem

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rem_kernel_2d
>>> referenced by librem_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rem.dir/build.make:98: rem] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rem.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:18:52] ERROR: testcase failed (exit 2): rem
rope_kv_cache

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rope_kv_cache
>>> referenced by librope_kv_cache_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rope_kv_cache.dir/build.make:98: rope_kv_cache] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rope_kv_cache.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:18] ERROR: testcase failed (exit 2): rope_kv_cache
rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm
>>> referenced by librmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm.dir/build.make:98: rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:21] ERROR: testcase failed (exit 2): rmsnorm
qwen3_decode_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_7
>>> referenced by libqwen3_decode_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_7.dir/build.make:98: qwen3_decode_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:24] ERROR: testcase failed (exit 2): qwen3_decode_incore_7
qwen3_decode_incore_6

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_6
>>> referenced by libqwen3_decode_incore_6_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_6.dir/build.make:98: qwen3_decode_incore_6] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_6.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:26] ERROR: testcase failed (exit 2): qwen3_decode_incore_6
qwen3_decode_incore_5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_5
>>> referenced by libqwen3_decode_incore_5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_5.dir/build.make:98: qwen3_decode_incore_5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:29] ERROR: testcase failed (exit 2): qwen3_decode_incore_5
qwen3_decode_incore_4

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_4
>>> referenced by libqwen3_decode_incore_4_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_4.dir/build.make:98: qwen3_decode_incore_4] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_4.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:32] ERROR: testcase failed (exit 2): qwen3_decode_incore_4
qwen3_decode_incore_2

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_2
>>> referenced by libqwen3_decode_incore_2_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_2.dir/build.make:98: qwen3_decode_incore_2] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_2.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:35] ERROR: testcase failed (exit 2): qwen3_decode_incore_2
qwen3_decode_incore_1

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_1
>>> referenced by libqwen3_decode_incore_1_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_1.dir/build.make:98: qwen3_decode_incore_1] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_1.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:37] ERROR: testcase failed (exit 2): qwen3_decode_incore_1
qwen3_decode_incore_12

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_12
>>> referenced by libqwen3_decode_incore_12_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_12.dir/build.make:98: qwen3_decode_incore_12] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_12.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:40] ERROR: testcase failed (exit 2): qwen3_decode_incore_12
qwen3_decode_incore_11

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_11
>>> referenced by libqwen3_decode_incore_11_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_11.dir/build.make:98: qwen3_decode_incore_11] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_11.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:43] ERROR: testcase failed (exit 2): qwen3_decode_incore_11
qwen3_decode_incore_10

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_10
>>> referenced by libqwen3_decode_incore_10_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_10.dir/build.make:98: qwen3_decode_incore_10] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_10.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:45] ERROR: testcase failed (exit 2): qwen3_decode_incore_10
post_rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: post_rmsnorm
>>> referenced by libpost_rmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/post_rmsnorm.dir/build.make:98: post_rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/post_rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:19:48] ERROR: testcase failed (exit 2): post_rmsnorm
vector_example_dag_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by libvector_example_dag_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_mul.dir/build.make:98: vector_example_dag_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:39] ERROR: testcase failed (exit 2): vector_example_dag_kernel_mul
vector_example_dag_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by libvector_example_dag_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add_scalar.dir/build.make:98: vector_example_dag_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:42] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add_scalar
vector_example_dag_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by libvector_example_dag_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add.dir/build.make:98: vector_example_dag_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:45] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add
paged_attention_example_kernel_softmax_prepare

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_softmax_prepare
>>> referenced by libpaged_attention_example_kernel_softmax_prepare_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/build.make:98: paged_attention_example_kernel_softmax_prepare] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:47] ERROR: testcase failed (exit 2): paged_attention_example_kernel_softmax_prepare
paged_attention_example_kernel_qk_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_qk_matmul
>>> referenced by libpaged_attention_example_kernel_qk_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/build.make:98: paged_attention_example_kernel_qk_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:50] ERROR: testcase failed (exit 2): paged_attention_example_kernel_qk_matmul
paged_attention_example_kernel_pv_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_pv_matmul
>>> referenced by libpaged_attention_example_kernel_pv_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/build.make:98: paged_attention_example_kernel_pv_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:53] ERROR: testcase failed (exit 2): paged_attention_example_kernel_pv_matmul
paged_attention_example_kernel_online_update

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_online_update
>>> referenced by libpaged_attention_example_kernel_online_update_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_online_update.dir/build.make:98: paged_attention_example_kernel_online_update] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_online_update.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:56] ERROR: testcase failed (exit 2): paged_attention_example_kernel_online_update
paged_attention_example_kernel_init_inplace

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_init_inplace
>>> referenced by libpaged_attention_example_kernel_init_inplace_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_init_inplace.dir/build.make:98: paged_attention_example_kernel_init_inplace] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_init_inplace.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:20:58] ERROR: testcase failed (exit 2): paged_attention_example_kernel_init_inplace
orchestration_example_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by liborchestration_example_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_mul.dir/build.make:98: orchestration_example_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:01] ERROR: testcase failed (exit 2): orchestration_example_kernel_mul
orchestration_example_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by liborchestration_example_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add_scalar.dir/build.make:98: orchestration_example_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:03] ERROR: testcase failed (exit 2): orchestration_example_kernel_add_scalar
orchestration_example_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by liborchestration_example_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add.dir/build.make:98: orchestration_example_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:06] ERROR: testcase failed (exit 2): orchestration_example_kernel_add
prelu

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: prelu_kernel_2d
>>> referenced by libprelu_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/prelu.dir/build.make:98: prelu] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/prelu.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:29] ERROR: testcase failed (exit 2): prelu
plan_memory_reuse_sequential

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: reuse_sequential
>>> referenced by libplan_memory_reuse_sequential_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_reuse_sequential.dir/build.make:98: plan_memory_reuse_sequential] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_reuse_sequential.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:31] ERROR: testcase failed (exit 2): plan_memory_reuse_sequential
plan_memory_peak_exact_capacity

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_exact_capacity
>>> referenced by libplan_memory_peak_exact_capacity_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_exact_capacity.dir/build.make:98: plan_memory_peak_exact_capacity] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_exact_capacity.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:34] ERROR: testcase failed (exit 2): plan_memory_peak_exact_capacity
plan_memory_peak_8_overlapping

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_8_overlapping
>>> referenced by libplan_memory_peak_8_overlapping_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_8_overlapping.dir/build.make:98: plan_memory_peak_8_overlapping] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_8_overlapping.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:37] ERROR: testcase failed (exit 2): plan_memory_peak_8_overlapping
plan_memory_no_reuse_overlap

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: no_reuse_overlap
>>> referenced by libplan_memory_no_reuse_overlap_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_no_reuse_overlap.dir/build.make:98: plan_memory_no_reuse_overlap] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_no_reuse_overlap.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:39] ERROR: testcase failed (exit 2): plan_memory_no_reuse_overlap
plan_memory_nested_loops

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loops
>>> referenced by libplan_memory_nested_loops_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_nested_loops.dir/build.make:98: plan_memory_nested_loops] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_nested_loops.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:42] ERROR: testcase failed (exit 2): plan_memory_nested_loops
plan_memory_loop_no_reuse_outer_live

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_outer_live
>>> referenced by libplan_memory_loop_no_reuse_outer_live_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/build.make:98: plan_memory_loop_no_reuse_outer_live] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:45] ERROR: testcase failed (exit 2): plan_memory_loop_no_reuse_outer_live
plan_memory_loop_in_if

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_in_if
>>> referenced by libplan_memory_loop_in_if_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_in_if.dir/build.make:98: plan_memory_loop_in_if] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_in_if.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:47] ERROR: testcase failed (exit 2): plan_memory_loop_in_if
plan_memory_if_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_yield
>>> referenced by libplan_memory_if_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_yield.dir/build.make:98: plan_memory_if_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:50] ERROR: testcase failed (exit 2): plan_memory_if_yield
plan_memory_if_in_loop

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_in_loop
>>> referenced by libplan_memory_if_in_loop_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_in_loop.dir/build.make:98: plan_memory_if_in_loop] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_in_loop.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:53] ERROR: testcase failed (exit 2): plan_memory_if_in_loop
plan_memory_fragmentation_two_holes

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_two_holes
>>> referenced by libplan_memory_fragmentation_two_holes_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_two_holes.dir/build.make:98: plan_memory_fragmentation_two_holes] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_two_holes.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:55] ERROR: testcase failed (exit 2): plan_memory_fragmentation_two_holes
plan_memory_fragmentation_hole_fit

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_hole_fit
>>> referenced by libplan_memory_fragmentation_hole_fit_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_hole_fit.dir/build.make:98: plan_memory_fragmentation_hole_fit] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_hole_fit.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:21:58] ERROR: testcase failed (exit 2): plan_memory_fragmentation_hole_fit
plan_memory_for_iter_args_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: for_iter_args_yield
>>> referenced by libplan_memory_for_iter_args_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_for_iter_args_yield.dir/build.make:98: plan_memory_for_iter_args_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_for_iter_args_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:01] ERROR: testcase failed (exit 2): plan_memory_for_iter_args_yield
plan_memory_bind_tile_alias_liveness

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: bind_tile_alias_liveness
>>> referenced by libplan_memory_bind_tile_alias_liveness_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/build.make:98: plan_memory_bind_tile_alias_liveness] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:03] ERROR: testcase failed (exit 2): plan_memory_bind_tile_alias_liveness
partmin

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=nan at idx=112 (golden=-0.0, out=nan, dtype=float16)
[ERROR] compare failed
[2026-06-18 16:22:32] ERROR: testcase failed (exit 2): partmin
partition_view_verify_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_valid
>>> referenced by libpartition_view_verify_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_valid.dir/build.make:98: partition_view_verify_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:45] ERROR: testcase failed (exit 2): partition_view_verify_valid
partition_view_verify_rank_mismatch_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_rank_mismatch_valid
>>> referenced by libpartition_view_verify_rank_mismatch_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/build.make:98: partition_view_verify_rank_mismatch_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:48] ERROR: testcase failed (exit 2): partition_view_verify_rank_mismatch_valid
partition5d_dynamic_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_dynamic_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_dynamic_a5.dir/build.make:98: partition5d_dynamic_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_dynamic_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:51] ERROR: testcase failed (exit 2): partition5d_dynamic_a5
partition5d_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_a5.dir/build.make:98: partition5d_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:22:53] ERROR: testcase failed (exit 2): partition5d_a5
mgather

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 1476503 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-18 16:26:07] ERROR: testcase failed (exit 139): mgather
matmul_mx_low_precision

stage=run info=exit=2

ld.lld: error: undefined symbol: LaunchMatmulmx_highlevel(float8_e4m3_t*, float8_e5m2_t*, float8_e8m0_t*, float8_e8m0_t*, float*, void*)
>>> referenced by main.cpp
>>>               CMakeFiles/matmul_mx_low_precision.dir/main.cpp.o:(main)
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/matmul_mx_low_precision.dir/build.make:98: matmul_mx_low_precision] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul_mx_low_precision.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:26:31] ERROR: testcase failed (exit 2): matmul_mx_low_precision
tensor_view_layout_dn

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run
>>> referenced by libtensor_view_layout_dn_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/tensor_view_layout_dn.dir/build.make:98: tensor_view_layout_dn] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tensor_view_layout_dn.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:27:53] ERROR: testcase failed (exit 2): tensor_view_layout_dn
gemvmx

stage=run info=exit=2

ld.lld: error: undefined symbol: LaunchGemvmx_kernel(float8_e4m3_t*, float8_e5m2_t*, float8_e8m0_t*, float8_e8m0_t*, float*, void*)
>>> referenced by main.cpp
>>>               CMakeFiles/gemvmx.dir/main.cpp.o:(main)
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/gemvmx.dir/build.make:98: gemvmx] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/gemvmx.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:28:07] ERROR: testcase failed (exit 2): gemvmx
extract_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1084:5: error: static assertion failed due to requirement 'Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::Loc == TileType::Scaling': Fp only support Scaling.
    static_assert(FpTileData::Loc == TileType::Scaling, "Fp only support Scaling.");
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:32:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/pto-inst.hpp:30:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:18:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/common/pto_instr_impl.hpp:244:
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:993:48: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
        (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp) + indexCol;
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1086:5: note: in instantiation of function template specialization 'pto::SetFPC<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPC<FpTileData>(fp.data(), indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260618_155408_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings and 2 errors generated.
4 warnings generated.
gmake[2]: *** [CMakeFiles/extract_fp_kernel.dir/build.make:76: CMakeFiles/extract_fp_kernel.dir/extract_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/extract_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:30:16] ERROR: testcase failed (exit 2): extract_fp
sparse_attn_test_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: sparse_attn_test_incore_7
>>> referenced by libsparse_attn_test_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/sparse_attn_test_incore_7.dir/build.make:98: sparse_attn_test_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/sparse_attn_test_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:06] ERROR: testcase failed (exit 2): sparse_attn_test_incore_7
decode_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_swa_test_incore_40
>>> referenced by libdecode_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_swa_test_incore_40.dir/build.make:98: decode_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:09] ERROR: testcase failed (exit 2): decode_swa_test_incore_40
decode_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_hca_test_incore_54
>>> referenced by libdecode_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_hca_test_incore_54.dir/build.make:98: decode_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:12] ERROR: testcase failed (exit 2): decode_hca_test_incore_54
decode_csa_test_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_csa_test_incore_81
>>> referenced by libdecode_csa_test_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_csa_test_incore_81.dir/build.make:98: decode_csa_test_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_csa_test_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:14] ERROR: testcase failed (exit 2): decode_csa_test_incore_81
attention_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_swa_test_incore_40
>>> referenced by libattention_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_swa_test_incore_40.dir/build.make:98: attention_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:17] ERROR: testcase failed (exit 2): attention_swa_test_incore_40
attention_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_hca_test_incore_54
>>> referenced by libattention_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_hca_test_incore_54.dir/build.make:98: attention_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:20] ERROR: testcase failed (exit 2): attention_hca_test_incore_54
attention_csa_test_refresh_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_csa_test_refresh_incore_81
>>> referenced by libattention_csa_test_refresh_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_csa_test_refresh_incore_81.dir/build.make:98: attention_csa_test_refresh_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_csa_test_refresh_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-18 16:32:23] ERROR: testcase failed (exit 2): attention_csa_test_refresh_incore_81
cmps

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v2.bin vs v2.bin, idx=4 (golden=98, out=0)
[ERROR] compare failed
[2026-06-18 16:40:12] ERROR: testcase failed (exit 2): cmps
cmp

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v3.bin vs v3.bin, idx=4 (golden=49, out=0)
[ERROR] compare failed
[2026-06-18 16:40:23] ERROR: testcase failed (exit 2): cmp

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5 matmul_mx_low_precision gemvmx

@reedhecre

Copy link
Copy Markdown

已接收 /run a5 matmul_mx_low_precision gemvmx,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

A5 板测成功

  • 触发方式:manual
  • 源码提交:070ca6378e5f
  • 结果汇总:OK 1 / FAIL 0 / SKIP 0
  • 日志:/root/ptoas-board-monitor-a5/logs/20260621_104407_manual_pr836.log
  • 结果 TSV:/root/ptoas-board-monitor-a5/logs/20260621_104407_manual_pr836.tsv
  • 手动指令:/run a5 matmul_mx_low_precision gemvmx
  • 触发人:jimmychou0
  • 指定用例:matmul_mx_low_precision,gemvmx
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:070ca6378e5f
  • 结果汇总:OK 148 / FAIL 77 / SKIP 1
  • 日志:/root/ptoas-board-monitor-a5/logs/20260621_105706_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:board-validation / exit=1

失败用例

  • tinsert_fp (run, exit=2)
  • tmatmulk_autosync_a5 (run, exit=139)
  • test_tmov_row_major_1x16_control_a5 (run, exit=2)
  • test_tmov_col_major_16x1_align_a5 (run, exit=2)
  • test_dynamic_valid_shape (run, exit=2)
  • test_barrier_sync (run, exit=2)
  • test_auto_sync_tail_hint (run, exit=2)
  • rmsnorm_incore_0 (run, exit=2)
  • rar_optimization_test (run, exit=2)
  • nested_loop_confliect (run, exit=2)
  • matmul (run, exit=2)
  • decode_projection_incore_0 (run, exit=2)
  • compensation_test (run, exit=2)
  • add_double_dynamic (run, exit=2)
  • sels (run, exit=2)
  • sel (run, exit=2)
  • scatter (run, exit=2)
  • rowexpandsub (run, exit=2)
  • rowexpandmul (run, exit=2)
  • rowexpanddiv (run, exit=2)
  • rems (run, exit=2)
  • rem (run, exit=2)
  • rope_kv_cache (run, exit=2)
  • rmsnorm (run, exit=2)
  • qwen3_decode_incore_7 (run, exit=2)
  • qwen3_decode_incore_6 (run, exit=2)
  • qwen3_decode_incore_5 (run, exit=2)
  • qwen3_decode_incore_4 (run, exit=2)
  • qwen3_decode_incore_2 (run, exit=2)
  • qwen3_decode_incore_1 (run, exit=2)
  • qwen3_decode_incore_12 (run, exit=2)
  • qwen3_decode_incore_11 (run, exit=2)
  • qwen3_decode_incore_10 (run, exit=2)
  • post_rmsnorm (run, exit=2)
  • vector_example_dag_kernel_mul (run, exit=2)
  • vector_example_dag_kernel_add_scalar (run, exit=2)
  • vector_example_dag_kernel_add (run, exit=2)
  • paged_attention_example_kernel_softmax_prepare (run, exit=2)
  • paged_attention_example_kernel_qk_matmul (run, exit=2)
  • paged_attention_example_kernel_pv_matmul (run, exit=2)
  • paged_attention_example_kernel_online_update (run, exit=2)
  • paged_attention_example_kernel_init_inplace (run, exit=2)
  • orchestration_example_kernel_mul (run, exit=2)
  • orchestration_example_kernel_add_scalar (run, exit=2)
  • orchestration_example_kernel_add (run, exit=2)
  • prelu (run, exit=2)
  • plan_memory_reuse_sequential (run, exit=2)
  • plan_memory_peak_exact_capacity (run, exit=2)
  • plan_memory_peak_8_overlapping (run, exit=2)
  • plan_memory_no_reuse_overlap (run, exit=2)
  • plan_memory_nested_loops (run, exit=2)
  • plan_memory_loop_no_reuse_outer_live (run, exit=2)
  • plan_memory_loop_in_if (run, exit=2)
  • plan_memory_if_yield (run, exit=2)
  • plan_memory_if_in_loop (run, exit=2)
  • plan_memory_fragmentation_two_holes (run, exit=2)
  • plan_memory_fragmentation_hole_fit (run, exit=2)
  • plan_memory_for_iter_args_yield (run, exit=2)
  • plan_memory_bind_tile_alias_liveness (run, exit=2)
  • partmin (run, exit=2)
  • partition_view_verify_valid (run, exit=2)
  • partition_view_verify_rank_mismatch_valid (run, exit=2)
  • partition5d_dynamic_a5 (run, exit=2)
  • partition5d_a5 (run, exit=2)
  • muls (run, exit=139)
  • tensor_view_layout_dn (run, exit=2)
  • extract_fp (run, exit=2)
  • sparse_attn_test_incore_7 (run, exit=2)
  • decode_swa_test_incore_40 (run, exit=2)
  • decode_hca_test_incore_54 (run, exit=2)
  • decode_csa_test_incore_81 (run, exit=2)
  • attention_swa_test_incore_40 (run, exit=2)
  • attention_hca_test_incore_54 (run, exit=2)
  • attention_csa_test_refresh_incore_81 (run, exit=2)
  • cmps (run, exit=2)
  • cmp (run, exit=2)
  • addptr (run, exit=139)

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

tinsert_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:124:93: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
    __fbuf__ typename FpTileData::DType *dstAddrFp = (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp);
                                                                                            ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/npu/a5/TInsert.hpp:199:5: note: in instantiation of function template specialization 'pto::SetFPCInsert<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPCInsert<FpTileData>(fp.data());
    ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:990:5: note: in instantiation of function template specialization 'pto::TINSERT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TINSERT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/npu_validation/TInsert/tinsert_fp/tinsert_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TINSERT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TINSERT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings and 1 error generated.
gmake[2]: *** [CMakeFiles/tinsert_fp_kernel.dir/build.make:76: CMakeFiles/tinsert_fp_kernel.dir/tinsert_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
4 warnings generated.
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/tinsert_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:07:13] ERROR: testcase failed (exit 2): tinsert_fp
tmatmulk_autosync_a5

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 2066041 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-21 11:08:09] ERROR: testcase failed (exit 139): tmatmulk_autosync_a5
test_tmov_row_major_1x16_control_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_row_major_1x16_control_a5
>>> referenced by libtest_tmov_row_major_1x16_control_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/build.make:98: test_tmov_row_major_1x16_control_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:08:11] ERROR: testcase failed (exit 2): test_tmov_row_major_1x16_control_a5
test_tmov_col_major_16x1_align_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_col_major_16x1_align_a5
>>> referenced by libtest_tmov_col_major_16x1_align_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/build.make:98: test_tmov_col_major_16x1_align_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:08:14] ERROR: testcase failed (exit 2): test_tmov_col_major_16x1_align_a5
test_dynamic_valid_shape

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_dynamic_valid_shape
>>> referenced by libtest_dynamic_valid_shape_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_dynamic_valid_shape.dir/build.make:98: test_dynamic_valid_shape] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_dynamic_valid_shape.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:12:07] ERROR: testcase failed (exit 2): test_dynamic_valid_shape
test_barrier_sync

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_barrier_sync_py
>>> referenced by libtest_barrier_sync_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_barrier_sync.dir/build.make:98: test_barrier_sync] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_barrier_sync.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:12:10] ERROR: testcase failed (exit 2): test_barrier_sync
test_auto_sync_tail_hint

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_auto_sync_tail_hint
>>> referenced by libtest_auto_sync_tail_hint_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_auto_sync_tail_hint.dir/build.make:98: test_auto_sync_tail_hint] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_auto_sync_tail_hint.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:12:13] ERROR: testcase failed (exit 2): test_auto_sync_tail_hint
rmsnorm_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm_incore_0
>>> referenced by librmsnorm_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm_incore_0.dir/build.make:98: rmsnorm_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:11] ERROR: testcase failed (exit 2): rmsnorm_incore_0
rar_optimization_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rar_hazard_check
>>> referenced by librar_optimization_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rar_optimization_test.dir/build.make:98: rar_optimization_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rar_optimization_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:13] ERROR: testcase failed (exit 2): rar_optimization_test
nested_loop_confliect

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loop_sync
>>> referenced by libnested_loop_confliect_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/nested_loop_confliect.dir/build.make:98: nested_loop_confliect] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/nested_loop_confliect.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:16] ERROR: testcase failed (exit 2): nested_loop_confliect
matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: RunTMATMULSplitK
>>> referenced by libmatmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/matmul.dir/build.make:98: matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:19] ERROR: testcase failed (exit 2): matmul
decode_projection_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_projection_incore_0
>>> referenced by libdecode_projection_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_projection_incore_0.dir/build.make:98: decode_projection_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_projection_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:22] ERROR: testcase failed (exit 2): decode_projection_incore_0
compensation_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: compensation_check
>>> referenced by libcompensation_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/compensation_test.dir/build.make:98: compensation_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/compensation_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:24] ERROR: testcase failed (exit 2): compensation_test
add_double_dynamic

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: vec_add_1d_dynamic
>>> referenced by libadd_double_dynamic_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/add_double_dynamic.dir/build.make:98: add_double_dynamic] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/add_double_dynamic.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:13:27] ERROR: testcase failed (exit 2): add_double_dynamic
sels

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=66.99866366386414 at idx=92 (golden=-2.9986636638641357, out=64.0, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:17:05] ERROR: testcase failed (exit 2): sels
sel

stage=run info=exit=2

[ERROR] Mismatch: golden_v4.bin vs v4.bin, max diff=5.792495250701904 at idx=298 (golden=2.8790016174316406, out=-2.9134936332702637, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:17:16] ERROR: testcase failed (exit 2): sel
scatter

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=3.6916218996047974 at idx=10 (golden=2.568453073501587, out=-1.1231688261032104, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:17:26] ERROR: testcase failed (exit 2): scatter
rowexpandsub

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=5.565198540687561 at idx=202 (golden=1.555970311164856, out=-4.009228229522705, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:18:59] ERROR: testcase failed (exit 2): rowexpandsub
rowexpandmul

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=14.702873229980469 at idx=206 (golden=8.388465881347656, out=-6.3144073486328125, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:19:10] ERROR: testcase failed (exit 2): rowexpandmul
rowexpanddiv

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=18.47865390777588 at idx=963 (golden=10.328862190246582, out=-8.149791717529297, dtype=float32)
[ERROR] compare failed
[2026-06-21 11:20:17] ERROR: testcase failed (exit 2): rowexpanddiv
rems

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rems_kernel_2d
>>> referenced by librems_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rems.dir/build.make:98: rems] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rems.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:21:47] ERROR: testcase failed (exit 2): rems
rem

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rem_kernel_2d
>>> referenced by librem_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rem.dir/build.make:98: rem] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rem.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:21:50] ERROR: testcase failed (exit 2): rem
rope_kv_cache

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rope_kv_cache
>>> referenced by librope_kv_cache_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rope_kv_cache.dir/build.make:98: rope_kv_cache] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rope_kv_cache.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:15] ERROR: testcase failed (exit 2): rope_kv_cache
rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm
>>> referenced by librmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm.dir/build.make:98: rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:18] ERROR: testcase failed (exit 2): rmsnorm
qwen3_decode_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_7
>>> referenced by libqwen3_decode_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_7.dir/build.make:98: qwen3_decode_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:21] ERROR: testcase failed (exit 2): qwen3_decode_incore_7
qwen3_decode_incore_6

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_6
>>> referenced by libqwen3_decode_incore_6_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_6.dir/build.make:98: qwen3_decode_incore_6] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_6.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:24] ERROR: testcase failed (exit 2): qwen3_decode_incore_6
qwen3_decode_incore_5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_5
>>> referenced by libqwen3_decode_incore_5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_5.dir/build.make:98: qwen3_decode_incore_5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:27] ERROR: testcase failed (exit 2): qwen3_decode_incore_5
qwen3_decode_incore_4

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_4
>>> referenced by libqwen3_decode_incore_4_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_4.dir/build.make:98: qwen3_decode_incore_4] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_4.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:30] ERROR: testcase failed (exit 2): qwen3_decode_incore_4
qwen3_decode_incore_2

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_2
>>> referenced by libqwen3_decode_incore_2_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_2.dir/build.make:98: qwen3_decode_incore_2] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_2.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:32] ERROR: testcase failed (exit 2): qwen3_decode_incore_2
qwen3_decode_incore_1

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_1
>>> referenced by libqwen3_decode_incore_1_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_1.dir/build.make:98: qwen3_decode_incore_1] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_1.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:35] ERROR: testcase failed (exit 2): qwen3_decode_incore_1
qwen3_decode_incore_12

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_12
>>> referenced by libqwen3_decode_incore_12_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_12.dir/build.make:98: qwen3_decode_incore_12] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_12.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:38] ERROR: testcase failed (exit 2): qwen3_decode_incore_12
qwen3_decode_incore_11

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_11
>>> referenced by libqwen3_decode_incore_11_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_11.dir/build.make:98: qwen3_decode_incore_11] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_11.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:40] ERROR: testcase failed (exit 2): qwen3_decode_incore_11
qwen3_decode_incore_10

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_10
>>> referenced by libqwen3_decode_incore_10_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_10.dir/build.make:98: qwen3_decode_incore_10] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_10.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:43] ERROR: testcase failed (exit 2): qwen3_decode_incore_10
post_rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: post_rmsnorm
>>> referenced by libpost_rmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/post_rmsnorm.dir/build.make:98: post_rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/post_rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:22:46] ERROR: testcase failed (exit 2): post_rmsnorm
vector_example_dag_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by libvector_example_dag_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_mul.dir/build.make:98: vector_example_dag_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:37] ERROR: testcase failed (exit 2): vector_example_dag_kernel_mul
vector_example_dag_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by libvector_example_dag_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add_scalar.dir/build.make:98: vector_example_dag_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:39] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add_scalar
vector_example_dag_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by libvector_example_dag_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add.dir/build.make:98: vector_example_dag_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:42] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add
paged_attention_example_kernel_softmax_prepare

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_softmax_prepare
>>> referenced by libpaged_attention_example_kernel_softmax_prepare_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/build.make:98: paged_attention_example_kernel_softmax_prepare] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:45] ERROR: testcase failed (exit 2): paged_attention_example_kernel_softmax_prepare
paged_attention_example_kernel_qk_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_qk_matmul
>>> referenced by libpaged_attention_example_kernel_qk_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/build.make:98: paged_attention_example_kernel_qk_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:48] ERROR: testcase failed (exit 2): paged_attention_example_kernel_qk_matmul
paged_attention_example_kernel_pv_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_pv_matmul
>>> referenced by libpaged_attention_example_kernel_pv_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/build.make:98: paged_attention_example_kernel_pv_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:50] ERROR: testcase failed (exit 2): paged_attention_example_kernel_pv_matmul
paged_attention_example_kernel_online_update

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_online_update
>>> referenced by libpaged_attention_example_kernel_online_update_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_online_update.dir/build.make:98: paged_attention_example_kernel_online_update] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_online_update.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:53] ERROR: testcase failed (exit 2): paged_attention_example_kernel_online_update
paged_attention_example_kernel_init_inplace

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_init_inplace
>>> referenced by libpaged_attention_example_kernel_init_inplace_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_init_inplace.dir/build.make:98: paged_attention_example_kernel_init_inplace] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_init_inplace.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:56] ERROR: testcase failed (exit 2): paged_attention_example_kernel_init_inplace
orchestration_example_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by liborchestration_example_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_mul.dir/build.make:98: orchestration_example_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:23:58] ERROR: testcase failed (exit 2): orchestration_example_kernel_mul
orchestration_example_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by liborchestration_example_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add_scalar.dir/build.make:98: orchestration_example_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:01] ERROR: testcase failed (exit 2): orchestration_example_kernel_add_scalar
orchestration_example_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by liborchestration_example_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add.dir/build.make:98: orchestration_example_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:04] ERROR: testcase failed (exit 2): orchestration_example_kernel_add
prelu

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: prelu_kernel_2d
>>> referenced by libprelu_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/prelu.dir/build.make:98: prelu] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/prelu.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:26] ERROR: testcase failed (exit 2): prelu
plan_memory_reuse_sequential

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: reuse_sequential
>>> referenced by libplan_memory_reuse_sequential_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_reuse_sequential.dir/build.make:98: plan_memory_reuse_sequential] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_reuse_sequential.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:29] ERROR: testcase failed (exit 2): plan_memory_reuse_sequential
plan_memory_peak_exact_capacity

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_exact_capacity
>>> referenced by libplan_memory_peak_exact_capacity_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_exact_capacity.dir/build.make:98: plan_memory_peak_exact_capacity] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_exact_capacity.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:32] ERROR: testcase failed (exit 2): plan_memory_peak_exact_capacity
plan_memory_peak_8_overlapping

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_8_overlapping
>>> referenced by libplan_memory_peak_8_overlapping_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_8_overlapping.dir/build.make:98: plan_memory_peak_8_overlapping] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_8_overlapping.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:34] ERROR: testcase failed (exit 2): plan_memory_peak_8_overlapping
plan_memory_no_reuse_overlap

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: no_reuse_overlap
>>> referenced by libplan_memory_no_reuse_overlap_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_no_reuse_overlap.dir/build.make:98: plan_memory_no_reuse_overlap] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_no_reuse_overlap.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:37] ERROR: testcase failed (exit 2): plan_memory_no_reuse_overlap
plan_memory_nested_loops

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loops
>>> referenced by libplan_memory_nested_loops_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_nested_loops.dir/build.make:98: plan_memory_nested_loops] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_nested_loops.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:39] ERROR: testcase failed (exit 2): plan_memory_nested_loops
plan_memory_loop_no_reuse_outer_live

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_outer_live
>>> referenced by libplan_memory_loop_no_reuse_outer_live_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/build.make:98: plan_memory_loop_no_reuse_outer_live] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:42] ERROR: testcase failed (exit 2): plan_memory_loop_no_reuse_outer_live
plan_memory_loop_in_if

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_in_if
>>> referenced by libplan_memory_loop_in_if_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_in_if.dir/build.make:98: plan_memory_loop_in_if] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_in_if.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:45] ERROR: testcase failed (exit 2): plan_memory_loop_in_if
plan_memory_if_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_yield
>>> referenced by libplan_memory_if_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_yield.dir/build.make:98: plan_memory_if_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:47] ERROR: testcase failed (exit 2): plan_memory_if_yield
plan_memory_if_in_loop

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_in_loop
>>> referenced by libplan_memory_if_in_loop_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_in_loop.dir/build.make:98: plan_memory_if_in_loop] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_in_loop.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:50] ERROR: testcase failed (exit 2): plan_memory_if_in_loop
plan_memory_fragmentation_two_holes

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_two_holes
>>> referenced by libplan_memory_fragmentation_two_holes_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_two_holes.dir/build.make:98: plan_memory_fragmentation_two_holes] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_two_holes.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:53] ERROR: testcase failed (exit 2): plan_memory_fragmentation_two_holes
plan_memory_fragmentation_hole_fit

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_hole_fit
>>> referenced by libplan_memory_fragmentation_hole_fit_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_hole_fit.dir/build.make:98: plan_memory_fragmentation_hole_fit] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_hole_fit.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:55] ERROR: testcase failed (exit 2): plan_memory_fragmentation_hole_fit
plan_memory_for_iter_args_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: for_iter_args_yield
>>> referenced by libplan_memory_for_iter_args_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_for_iter_args_yield.dir/build.make:98: plan_memory_for_iter_args_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_for_iter_args_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:24:58] ERROR: testcase failed (exit 2): plan_memory_for_iter_args_yield
plan_memory_bind_tile_alias_liveness

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: bind_tile_alias_liveness
>>> referenced by libplan_memory_bind_tile_alias_liveness_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/build.make:98: plan_memory_bind_tile_alias_liveness] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:25:01] ERROR: testcase failed (exit 2): plan_memory_bind_tile_alias_liveness
partmin

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=nan at idx=112 (golden=-0.0, out=nan, dtype=float16)
[ERROR] compare failed
[2026-06-21 11:25:29] ERROR: testcase failed (exit 2): partmin
partition_view_verify_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_valid
>>> referenced by libpartition_view_verify_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_valid.dir/build.make:98: partition_view_verify_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:25:42] ERROR: testcase failed (exit 2): partition_view_verify_valid
partition_view_verify_rank_mismatch_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_rank_mismatch_valid
>>> referenced by libpartition_view_verify_rank_mismatch_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/build.make:98: partition_view_verify_rank_mismatch_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:25:45] ERROR: testcase failed (exit 2): partition_view_verify_rank_mismatch_valid
partition5d_dynamic_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_dynamic_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_dynamic_a5.dir/build.make:98: partition5d_dynamic_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_dynamic_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:25:47] ERROR: testcase failed (exit 2): partition5d_dynamic_a5
partition5d_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_a5.dir/build.make:98: partition5d_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:25:50] ERROR: testcase failed (exit 2): partition5d_a5
muls

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 2123186 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-21 11:27:15] ERROR: testcase failed (exit 139): muls
tensor_view_layout_dn

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run
>>> referenced by libtensor_view_layout_dn_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/tensor_view_layout_dn.dir/build.make:98: tensor_view_layout_dn] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tensor_view_layout_dn.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:30:53] ERROR: testcase failed (exit 2): tensor_view_layout_dn
extract_fp

stage=run info=exit=2

/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1084:5: error: static assertion failed due to requirement 'Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::Loc == TileType::Scaling': Fp only support Scaling.
    static_assert(FpTileData::Loc == TileType::Scaling, "Fp only support Scaling.");
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
In file included from /tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:32:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/pto-inst.hpp:30:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:18:
In file included from /tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/common/pto_instr_impl.hpp:244:
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:993:48: error: casting '__ca__ float *' to type '__fbuf__ typename Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>::DType *' (aka '__fbuf__ float *') is not allowed in aicore function
        (__fbuf__ typename FpTileData::DType *)__cce_get_tile_ptr(fp) + indexCol;
                                               ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/npu/a5/TExtract.hpp:1086:5: note: in instantiation of function template specialization 'pto::SetFPC<pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>>' requested here
    SetFPC<FpTileData>(fp.data(), indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/payload/pto-isa/include/pto/common/pto_instr.hpp:871:5: note: in instantiation of function template specialization 'pto::TEXTRACT_IMPL<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
    TEXTRACT_IMPL<DstTileData, SrcTileData, FpTileData, reluMode>(dst, src, fp, indexRow, indexCol);
    ^
/tmp/ptoas-board-monitor-a5/runs/20260621_105706_manual_pr836/npu_validation/Extract/extract_fp/extract_fp_kernel.cpp:88:3: note: in instantiation of function template specialization 'pto::TEXTRACT_FP<pto::Tile<pto::TileType::Mat, signed char, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::Acc, float, 32, 32, pto::BLayout::ColMajor, 32, 32, pto::SLayout::RowMajor, 1024, pto::PadValue::Null, pto::CompactMode::Null>, pto::Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32, pto::SLayout::RowMajor, 512, pto::PadValue::Null, pto::CompactMode::Null>, pto::ReluPreMode::NoRelu>' requested here
  TEXTRACT_FP(v7, v3, v5, v2, v2);
  ^
4 warnings and 2 errors generated.
4 warnings generated.
gmake[2]: *** [CMakeFiles/extract_fp_kernel.dir/build.make:76: CMakeFiles/extract_fp_kernel.dir/extract_fp_kernel.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/extract_fp_kernel.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:33:24] ERROR: testcase failed (exit 2): extract_fp
sparse_attn_test_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: sparse_attn_test_incore_7
>>> referenced by libsparse_attn_test_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/sparse_attn_test_incore_7.dir/build.make:98: sparse_attn_test_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/sparse_attn_test_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:11] ERROR: testcase failed (exit 2): sparse_attn_test_incore_7
decode_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_swa_test_incore_40
>>> referenced by libdecode_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_swa_test_incore_40.dir/build.make:98: decode_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:14] ERROR: testcase failed (exit 2): decode_swa_test_incore_40
decode_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_hca_test_incore_54
>>> referenced by libdecode_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_hca_test_incore_54.dir/build.make:98: decode_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:17] ERROR: testcase failed (exit 2): decode_hca_test_incore_54
decode_csa_test_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_csa_test_incore_81
>>> referenced by libdecode_csa_test_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_csa_test_incore_81.dir/build.make:98: decode_csa_test_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_csa_test_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:20] ERROR: testcase failed (exit 2): decode_csa_test_incore_81
attention_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_swa_test_incore_40
>>> referenced by libattention_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_swa_test_incore_40.dir/build.make:98: attention_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:22] ERROR: testcase failed (exit 2): attention_swa_test_incore_40
attention_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_hca_test_incore_54
>>> referenced by libattention_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_hca_test_incore_54.dir/build.make:98: attention_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:25] ERROR: testcase failed (exit 2): attention_hca_test_incore_54
attention_csa_test_refresh_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_csa_test_refresh_incore_81
>>> referenced by libattention_csa_test_refresh_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_csa_test_refresh_incore_81.dir/build.make:98: attention_csa_test_refresh_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_csa_test_refresh_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-21 11:35:28] ERROR: testcase failed (exit 2): attention_csa_test_refresh_incore_81
cmps

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v2.bin vs v2.bin, idx=4 (golden=98, out=0)
[ERROR] compare failed
[2026-06-21 11:43:18] ERROR: testcase failed (exit 2): cmps
cmp

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v3.bin vs v3.bin, idx=4 (golden=49, out=0)
[ERROR] compare failed
[2026-06-21 11:43:29] ERROR: testcase failed (exit 2): cmp
addptr

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 2168893 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-21 11:45:29] ERROR: testcase failed (exit 139): addptr

@zhangstevenunity zhangstevenunity left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deep correctness pass on the A5 MX matmul/gemv enablement.

The MX feature itself looks solid: the new verifyA5MxGemvScaleTile / TGetScaleAddrOp shape rules are internally consistent with the Gemvmx and MatmulMxLowPrecision samples, and both samples pass the A5 board (absent from the full /run a5 failure list at 070ca6378e5f). One blocking regression plus smaller notes.

Blocking — scalingRoleToken reclassifies all SCALING tiles, breaking non-MX consumers

See the inline comment on PTOToEmitC.cpp. The classification keys off blayout/slayout only, so TInsertFP's f32 scaling fp tile becomes TileType::ScaleLeft and the board fails to compile tinsert_fp (__ca__ float*__fbuf__ float*). ScaleLeft only exists on this branch ⇒ regression introduced here. Gate the role on an MX-specific signal (!pto.f8E8M0 element type, or use-by tgemv.mx/tmatmul.mx).

On the existing bot comments

  • gemini (HIGH ×2)isF8E8M0ElemType in InferPTOLayout.cpp:89 and PTOToEmitC.cpp:508: valid, both should call mlir::pto::isPTOF8E8M0Type() (added in this very PR). The InferPTOLayout copy is worse than "inefficient" — isa<Type>(ty) and ty.getTypeID() == ty.getTypeID() are always-true no-ops (dead conditions) wrapped around a fragile os << ty string compare.
  • gemini (MEDIUM)PTO.cpp:7967 "mValid is unused": not actionable, appears hallucinated. There is no mValid symbol anywhere in PTO.cpp; the TGetScaleAddrOp LEFT branch already passes srcValid[0] (= valid M), which is correct. Safe to dismiss.
  • Codex review failed (exit=1, "review 过程提前失败", no structured findings), so it provided no coverage on this PR.

Minor / non-blocking

  • TGetScaleAddrOp::verify LEFT branch derives the scale tile shape cols from ceil(validK/32) (srcValid[1]) but rows from padded srcShape[0]. Consistent for the samples (M_pad==M_valid, ceil(110/32)==ceil(128/32)), but can misfire if padded K crosses a 32-boundary above valid K — consider padded K for shape, valid K for valid_shape. (k/vk in the RIGHT branch are duplicate assignments of srcValid[0].)
  • PTOA5NormalizeTMovPass hoists tget_scale_addr before its matching scale tmov, but silently skips when hasInterveningUsesOfDst is true. If the hoist is required for correctness, a skipped case emits the wrong order silently instead of diagnosing — a short comment on why skipping is safe would help.
  • TFillPadOp::getPipe() now returns PIPE_MTE1 for mat→mat purely from address space, with no arch gate; fine for A5 (covered by the new lit test + board), just flagging it would also apply to any A2/A3 mat→mat tfillpad.

Positives

  • extern "C" linkage fix in generate_testcase.py correctly aligns the launch decl/def (avoids a C++ mangling mismatch).
  • Replacing verifyScaleTileMatchesOperand with compact MX scale semantics is the right modeling call.

(Verdict reflects only the one blocking regression; the rest of the change is in good shape.)

Comment thread lib/PTO/Transforms/PTOToEmitC.cpp Outdated

return std::string("Tile<") + tileRoleToken(type.getMemorySpace()) + ", " +
return std::string("Tile<") +
tileRoleToken(type.getMemorySpace(), type.getConfigAttr()) + ", " +

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tileRoleToken(type.getMemorySpace(), type.getConfigAttr()) routes every SCALING-space tile through scalingRoleToken, which classifies a tile as TileType::ScaleLeft / ScaleRight purely from its layout (RowMajor/RowMajor → ScaleLeft, ColMajor/ColMajor → ScaleRight). That layout signature is not unique to MX scale tiles, so pre-existing non-MX SCALING tiles get silently reclassified.

Concrete regression (board-confirmed): tinsert_fp. Its fp operand is allocated as scaling, f32, 32x32, blayout=row_major, slayout=row_major (test/samples/TInsert/tinsert_fp.py). On main that lowers to TileType::Scaling (→ __fbuf__); with this change it becomes TileType::ScaleLeft, which maps to a different physical buffer. The A5 board run on this branch (070ca6378e5f) fails to compile it exactly there:

TInsert.hpp:124:93: error: casting '__ca__ float *' to type '__fbuf__ typename
  Tile<pto::TileType::ScaleLeft, float, 32, 32, pto::BLayout::RowMajor, 32, 32,
       pto::SLayout::RowMajor, 512, ...>::DType *' (aka '__fbuf__ float *')
  is not allowed in aicore function

ScaleLeft/ScaleRight only exist on this branch, so this is introduced here (and tinsert_fp is not in DEFAULT_SKIP_CASES). The same unconditional classification is also wired into PointerCastConversion (~L4496) and PTOBindTileToEmitC (~L11619), so any non-MX scaling consumer with these layouts is affected.

Suggested fix: gate the Scale{Left,Right} role on an MX-specific signal rather than layout alone — e.g. the !pto.f8E8M0 element type, or "is consumed as a_scale/b_scale of tgemv.mx/tmatmul.mx" (you already do that style of use-walk for MxValidAlignPolicy). The board MX samples use f8E8M0 scale tiles, so gating on that element type keeps them working while leaving f16/f32 scaling tiles as TileType::Scaling. Also worth adding a lit test that actually CHECKs the ScaleLeft/ScaleRight token — none of the current EmitC tests assert it.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross-checked against the lower-layer pto-isa (the pinned 66c931430f; verified the same symbols in PTO-ISA/pto-isa). To be clear this is a "gate it", not a "drop it" comment — the new !pto.f8E8M0 type and MX_A_ZZ/MX_B_NN layouts are genuinely required by pto-isa:

  • include/pto/npu/a5/TLoad.hpp hard-asserts the scale payload type:
    static_assert(caps::IsFP8E8M0<typename TileData::DType>() && caps::IsFP8E8M0<typename GlobalData::RawDType>(),
                  "Fix: DType only support float8_e8m0_t in MX_A_ZZ or MX_B_NN");
    So !pto.f8E8M0 <-> float8_e8m0_t, and the MX_A_ZZ/MX_B_NN layouts (consumed by TileShape2D/BaseShape2D<..., Layout::MX_A_ZZ> for the [16,2] compact fractal) are mandatory to even compile an MX scale TLoad. Those additions are correct.

What makes the tinsert_fp failure a regression (not a missing feature) is only the role->buffer mapping, from include/pto/common/buffer_limits.hpp + memory.hpp:

TileType Physical buffer
ScaleLeft L0A (A5-only cube buffer)
ScaleRight L0B (A5-only cube buffer)
Scaling __fbuf__

They are physically distinct buffers, so classifying a non-MX Scaling tile as ScaleLeft relocates it from __fbuf__ to L0A — exactly the __ca__ float* -> __fbuf__ float* cast error on TInsertFP's f32 fp tile.

pto-isa itself points to the precise fix: since MX scales must be float8_e8m0_t, gate the ScaleLeft/ScaleRight role on the f8E8M0 element type (or on "consumed as a_scale/b_scale of tgemv.mx/tmatmul.mx"). That also makes this path consistent with InferPTOLayout, which already gates MX-layout inference on isF8E8M0ElemType — today the layout path is e8m0-gated but the tile-role path is layout-only. After gating, the f32 fp tile stays Scaling/__fbuf__ and the MX scales (always e8m0) still resolve to ScaleLeft/ScaleRight:

static const char *scalingRoleToken(pto::TileBufConfigAttr configAttr, Type elemTy) {
  if (!isF8E8M0ElemType(elemTy))          // non-MX scaling tiles (e.g. TInsertFP fp) stay in __fbuf__
    return "TileType::Scaling";
  pto::BLayout bl = getTileBufBLayoutValue(configAttr);
  pto::SLayout sl = getTileBufSLayoutValue(configAttr);
  if (bl == pto::BLayout::RowMajor && sl == pto::SLayout::RowMajor) return "TileType::ScaleLeft";
  if (bl == pto::BLayout::ColMajor && sl == pto::SLayout::ColMajor) return "TileType::ScaleRight";
  return "TileType::Scaling";
}

(thread elemTy through the three call sites: getEmitCTileTypeString L833, PointerCastConversion ~L4496, PTOBindTileToEmitC ~L11619 — the tile element type is already available at each.)

@jimmychou0 jimmychou0 Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已按gate的方式处理,补充相关lit

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d777d50f resolves this correctly. ✅

  • scalingRoleToken is now gated on isF8E8M0ElemType(elemTy) (returns TileType::Scaling otherwise), and elemTy is threaded through all three call sites — getEmitCTileTypeString (L833), PointerCastConversion (L4496), PTOBindTileToEmitC (L11620). MX scales stay ScaleLeft/ScaleRight because pto-isa mandates they be float8_e8m0_t, so the gate never excludes them.
  • The new test/lit/pto/tinsert_fp_scaling_tile_role_emitc.pto locks the regression: CHECK: Tile<TileType::Scaling, float, 32, 32 + CHECK-NOT: Tile<TileType::ScaleLeft, ...>. That's exactly the missing coverage. 👍

Two follow-ups:

  1. Consistency (gemini's other HIGH): the identical helper in lib/PTO/Transforms/InferPTOLayout.cpp:79 was not touched — it still uses the os << ty string compare plus the always-true isa<Type>(ty) and ty.getTypeID() == ty.getTypeID() conditions. Same one-liner applies: return mlir::pto::isPTOF8E8M0Type(ty);. Worth folding in here since you just fixed the PTOToEmitC.cpp twin.
  2. Board reconfirm: the latest A5 board run is still on 070ca6378e5f (pre-fix). A /run a5 on d777d50f would confirm tinsert_fp compiles again (the __ca____fbuf__ error is gone).

@jimmychou0

Copy link
Copy Markdown
Contributor Author

/run a5

@reedhecre

Copy link
Copy Markdown

已接收 /run a5,A5 板测器会处理这条请求。

页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。

@zhangstevenunity zhangstevenunity merged commit 2a919fd into hw-native-sys:main Jun 22, 2026
10 checks passed
@reedhecre

Copy link
Copy Markdown

A3 板测失败

  • 触发方式:merged
  • 源码提交:2a919fdc7b6a
  • 结果汇总:OK 0 / FAIL 0 / SKIP 0
  • 日志:/home/zhongxuan/ptoas-board-monitor/runtime/logs/20260622_110340_merged_pr836.log
  • 失败阶段:sample-build-and-test / exit=1

日志尾部

al.py) SKIP requires --pto-arch=a5
Sync(test_intercore_sync_a5_ptoisa_vec.py) SKIP requires --pto-arch=a5
Sync(test_intercore_sync_a5.py) SKIP requires --pto-arch=a5
Sync(test_mem_inject_sync_basic.py) OK   generated: test_mem_inject_sync_basic-pto.cpp
Sync(test_set_wait_unified_api.py) OK   generated: test_set_wait_unified_api-pto.cpp
Sync(test_tmov_col_major_16x1_align_a5.pto) SKIP requires --pto-arch=a5
Sync(test_tmov_col_major_16x1_align_a5.py) SKIP requires --pto-arch=a5
Sync(test_tmov_row_major_1x16_control_a5.pto) SKIP requires --pto-arch=a5
Sync(test_tmov_row_major_1x16_control_a5.py) SKIP requires --pto-arch=a5
Sync(tmatmulk_autosync.py) OK   generated: tmatmulk_autosync-pto.cpp
TileSetGetValue(tile_getval_mat_invalid.py) XFAIL ptobc encode failed as expected
TileSetGetValue(tileSetGetValue.py) OK   generated: tileSetGetValue-pto.cpp
TInsert(tinsert_fp.py) OK   generated: tinsert_fp-pto.cpp
TInsert(tinsert.py) OK   generated: tinsert-pto.cpp
Tpows(tpows.py) OK   generated: tpows-pto.cpp
Tpow(tpow.py) OK   generated: tpow-pto.cpp
TPrefetchAsync(tprefetch_async_binding.py) OK   generated: tprefetch_async_binding-pto.cpp
TPrefetch(tprefetch.py) OK   generated: tprefetch-pto.cpp
Trans(trans.py) OK   generated: trans-pto.cpp
Trap(trap.py) OK   generated: trap-pto.cpp
TTri(ttri.py) OK   generated: ttri-pto.cpp
VectorAddition(vadd_pto_ir.py) OK   generated: vadd_pto_ir-pto.cpp
VectorAddition(vadd_validshape_hyper.py) OK   generated: vadd_validshape_hyper-pto.cpp
VectorAddition(vectorAddition.py) OK   generated: vectorAddition-pto.cpp
Xors(xors.py) OK   generated: xors-pto.cpp
Xor(xor.py)  OK   generated: xor-pto.cpp
-----------------------------
OK=235  FAIL=2  SKIP=39
=============================
===== END STAGE sample-build-and-test rc=1 @ 2026-06-22 11:12:36 =====

@reedhecre

Copy link
Copy Markdown

A5 板测失败

  • 触发方式:manual
  • 源码提交:f4c15bb812ca
  • 结果汇总:OK 151 / FAIL 74 / SKIP 1
  • 日志:/root/ptoas-board-monitor-a5/logs/20260622_103708_manual_pr836.log
  • 手动指令:/run a5
  • 触发人:jimmychou0
  • 触发评论:Enable A5 remote validation for MX matmul and gemv #836 (comment)
  • 失败阶段:board-validation / exit=1

失败用例

  • test_tmov_row_major_1x16_control_a5 (run, exit=2)
  • test_tmov_col_major_16x1_align_a5 (run, exit=2)
  • test_dynamic_valid_shape (run, exit=2)
  • test_barrier_sync (run, exit=2)
  • test_auto_sync_tail_hint (run, exit=2)
  • rmsnorm_incore_0 (run, exit=2)
  • rar_optimization_test (run, exit=2)
  • nested_loop_confliect (run, exit=2)
  • matmul (run, exit=2)
  • decode_projection_incore_0 (run, exit=2)
  • compensation_test (run, exit=2)
  • add_double_dynamic (run, exit=2)
  • sels (run, exit=2)
  • sel (run, exit=2)
  • scatter (run, exit=2)
  • rowexpandsub (run, exit=2)
  • rowexpandmul (run, exit=2)
  • rowexpanddiv (run, exit=2)
  • rems (run, exit=2)
  • rem (run, exit=2)
  • rope_kv_cache (run, exit=2)
  • rmsnorm (run, exit=2)
  • qwen3_decode_incore_7 (run, exit=2)
  • qwen3_decode_incore_6 (run, exit=2)
  • qwen3_decode_incore_5 (run, exit=2)
  • qwen3_decode_incore_4 (run, exit=2)
  • qwen3_decode_incore_2 (run, exit=2)
  • qwen3_decode_incore_1 (run, exit=2)
  • qwen3_decode_incore_12 (run, exit=2)
  • qwen3_decode_incore_11 (run, exit=2)
  • qwen3_decode_incore_10 (run, exit=2)
  • post_rmsnorm (run, exit=2)
  • vector_example_dag_kernel_mul (run, exit=2)
  • vector_example_dag_kernel_add_scalar (run, exit=2)
  • vector_example_dag_kernel_add (run, exit=2)
  • paged_attention_example_kernel_softmax_prepare (run, exit=2)
  • paged_attention_example_kernel_qk_matmul (run, exit=2)
  • paged_attention_example_kernel_pv_matmul (run, exit=2)
  • paged_attention_example_kernel_online_update (run, exit=2)
  • paged_attention_example_kernel_init_inplace (run, exit=2)
  • orchestration_example_kernel_mul (run, exit=2)
  • orchestration_example_kernel_add_scalar (run, exit=2)
  • orchestration_example_kernel_add (run, exit=2)
  • prelu (run, exit=2)
  • plan_memory_reuse_sequential (run, exit=2)
  • plan_memory_peak_exact_capacity (run, exit=2)
  • plan_memory_peak_8_overlapping (run, exit=2)
  • plan_memory_no_reuse_overlap (run, exit=2)
  • plan_memory_nested_loops (run, exit=2)
  • plan_memory_loop_no_reuse_outer_live (run, exit=2)
  • plan_memory_loop_in_if (run, exit=2)
  • plan_memory_if_yield (run, exit=2)
  • plan_memory_if_in_loop (run, exit=2)
  • plan_memory_fragmentation_two_holes (run, exit=2)
  • plan_memory_fragmentation_hole_fit (run, exit=2)
  • plan_memory_for_iter_args_yield (run, exit=2)
  • plan_memory_bind_tile_alias_liveness (run, exit=2)
  • partmin (run, exit=2)
  • partition_view_verify_valid (run, exit=2)
  • partition_view_verify_rank_mismatch_valid (run, exit=2)
  • partition5d_dynamic_a5 (run, exit=2)
  • partition5d_a5 (run, exit=2)
  • tensor_view_layout_dn (run, exit=2)
  • extract_fp (run, exit=139)
  • sparse_attn_test_incore_7 (run, exit=2)
  • decode_swa_test_incore_40 (run, exit=2)
  • decode_hca_test_incore_54 (run, exit=2)
  • decode_csa_test_incore_81 (run, exit=2)
  • attention_swa_test_incore_40 (run, exit=2)
  • attention_hca_test_incore_54 (run, exit=2)
  • attention_csa_test_refresh_incore_81 (run, exit=2)
  • tbroadcast_root_binding (run, exit=139)
  • cmps (run, exit=2)
  • cmp (run, exit=2)

@reedhecre

Copy link
Copy Markdown

A5 板测失败详情:PR #836

test_tmov_row_major_1x16_control_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_row_major_1x16_control_a5
>>> referenced by libtest_tmov_row_major_1x16_control_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/build.make:98: test_tmov_row_major_1x16_control_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_row_major_1x16_control_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:48:36] ERROR: testcase failed (exit 2): test_tmov_row_major_1x16_control_a5
test_tmov_col_major_16x1_align_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_tmov_col_major_16x1_align_a5
>>> referenced by libtest_tmov_col_major_16x1_align_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/build.make:98: test_tmov_col_major_16x1_align_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_tmov_col_major_16x1_align_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:48:39] ERROR: testcase failed (exit 2): test_tmov_col_major_16x1_align_a5
test_dynamic_valid_shape

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_dynamic_valid_shape
>>> referenced by libtest_dynamic_valid_shape_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_dynamic_valid_shape.dir/build.make:98: test_dynamic_valid_shape] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_dynamic_valid_shape.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:52:33] ERROR: testcase failed (exit 2): test_dynamic_valid_shape
test_barrier_sync

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_barrier_sync_py
>>> referenced by libtest_barrier_sync_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_barrier_sync.dir/build.make:98: test_barrier_sync] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_barrier_sync.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:52:36] ERROR: testcase failed (exit 2): test_barrier_sync
test_auto_sync_tail_hint

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: test_auto_sync_tail_hint
>>> referenced by libtest_auto_sync_tail_hint_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/test_auto_sync_tail_hint.dir/build.make:98: test_auto_sync_tail_hint] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_auto_sync_tail_hint.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:52:39] ERROR: testcase failed (exit 2): test_auto_sync_tail_hint
rmsnorm_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm_incore_0
>>> referenced by librmsnorm_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm_incore_0.dir/build.make:98: rmsnorm_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:39] ERROR: testcase failed (exit 2): rmsnorm_incore_0
rar_optimization_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rar_hazard_check
>>> referenced by librar_optimization_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rar_optimization_test.dir/build.make:98: rar_optimization_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rar_optimization_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:41] ERROR: testcase failed (exit 2): rar_optimization_test
nested_loop_confliect

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loop_sync
>>> referenced by libnested_loop_confliect_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/nested_loop_confliect.dir/build.make:98: nested_loop_confliect] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/nested_loop_confliect.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:44] ERROR: testcase failed (exit 2): nested_loop_confliect
matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: RunTMATMULSplitK
>>> referenced by libmatmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/matmul.dir/build.make:98: matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:47] ERROR: testcase failed (exit 2): matmul
decode_projection_incore_0

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_projection_incore_0
>>> referenced by libdecode_projection_incore_0_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_projection_incore_0.dir/build.make:98: decode_projection_incore_0] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_projection_incore_0.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:49] ERROR: testcase failed (exit 2): decode_projection_incore_0
compensation_test

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: compensation_check
>>> referenced by libcompensation_test_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/compensation_test.dir/build.make:98: compensation_test] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/compensation_test.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:52] ERROR: testcase failed (exit 2): compensation_test
add_double_dynamic

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: vec_add_1d_dynamic
>>> referenced by libadd_double_dynamic_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/add_double_dynamic.dir/build.make:98: add_double_dynamic] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/add_double_dynamic.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 10:53:55] ERROR: testcase failed (exit 2): add_double_dynamic
sels

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=66.99866366386414 at idx=92 (golden=-2.9986636638641357, out=64.0, dtype=float32)
[ERROR] compare failed
[2026-06-22 10:58:19] ERROR: testcase failed (exit 2): sels
sel

stage=run info=exit=2

[ERROR] Mismatch: golden_v4.bin vs v4.bin, max diff=5.792495250701904 at idx=298 (golden=2.8790016174316406, out=-2.9134936332702637, dtype=float32)
[ERROR] compare failed
[2026-06-22 10:58:30] ERROR: testcase failed (exit 2): sel
scatter

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=3.6916218996047974 at idx=10 (golden=2.568453073501587, out=-1.1231688261032104, dtype=float32)
[ERROR] compare failed
[2026-06-22 10:58:43] ERROR: testcase failed (exit 2): scatter
rowexpandsub

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=5.565198540687561 at idx=202 (golden=1.555970311164856, out=-4.009228229522705, dtype=float32)
[ERROR] compare failed
[2026-06-22 11:00:25] ERROR: testcase failed (exit 2): rowexpandsub
rowexpandmul

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=14.702873229980469 at idx=206 (golden=8.388465881347656, out=-6.3144073486328125, dtype=float32)
[ERROR] compare failed
[2026-06-22 11:00:35] ERROR: testcase failed (exit 2): rowexpandmul
rowexpanddiv

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=18.47865390777588 at idx=963 (golden=10.328862190246582, out=-8.149791717529297, dtype=float32)
[ERROR] compare failed
[2026-06-22 11:01:41] ERROR: testcase failed (exit 2): rowexpanddiv
rems

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rems_kernel_2d
>>> referenced by librems_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rems.dir/build.make:98: rems] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rems.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:09] ERROR: testcase failed (exit 2): rems
rem

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rem_kernel_2d
>>> referenced by librem_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rem.dir/build.make:98: rem] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rem.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:12] ERROR: testcase failed (exit 2): rem
rope_kv_cache

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rope_kv_cache
>>> referenced by librope_kv_cache_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rope_kv_cache.dir/build.make:98: rope_kv_cache] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rope_kv_cache.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:37] ERROR: testcase failed (exit 2): rope_kv_cache
rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rmsnorm
>>> referenced by librmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/rmsnorm.dir/build.make:98: rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:40] ERROR: testcase failed (exit 2): rmsnorm
qwen3_decode_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_7
>>> referenced by libqwen3_decode_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_7.dir/build.make:98: qwen3_decode_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:43] ERROR: testcase failed (exit 2): qwen3_decode_incore_7
qwen3_decode_incore_6

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_6
>>> referenced by libqwen3_decode_incore_6_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_6.dir/build.make:98: qwen3_decode_incore_6] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_6.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:46] ERROR: testcase failed (exit 2): qwen3_decode_incore_6
qwen3_decode_incore_5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_5
>>> referenced by libqwen3_decode_incore_5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_5.dir/build.make:98: qwen3_decode_incore_5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:49] ERROR: testcase failed (exit 2): qwen3_decode_incore_5
qwen3_decode_incore_4

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_4
>>> referenced by libqwen3_decode_incore_4_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_4.dir/build.make:98: qwen3_decode_incore_4] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_4.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:51] ERROR: testcase failed (exit 2): qwen3_decode_incore_4
qwen3_decode_incore_2

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_2
>>> referenced by libqwen3_decode_incore_2_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_2.dir/build.make:98: qwen3_decode_incore_2] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_2.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:54] ERROR: testcase failed (exit 2): qwen3_decode_incore_2
qwen3_decode_incore_1

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_1
>>> referenced by libqwen3_decode_incore_1_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_1.dir/build.make:98: qwen3_decode_incore_1] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_1.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:57] ERROR: testcase failed (exit 2): qwen3_decode_incore_1
qwen3_decode_incore_12

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_12
>>> referenced by libqwen3_decode_incore_12_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_12.dir/build.make:98: qwen3_decode_incore_12] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_12.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:03:59] ERROR: testcase failed (exit 2): qwen3_decode_incore_12
qwen3_decode_incore_11

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_11
>>> referenced by libqwen3_decode_incore_11_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_11.dir/build.make:98: qwen3_decode_incore_11] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_11.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:04:02] ERROR: testcase failed (exit 2): qwen3_decode_incore_11
qwen3_decode_incore_10

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: qwen3_decode_incore_10
>>> referenced by libqwen3_decode_incore_10_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/qwen3_decode_incore_10.dir/build.make:98: qwen3_decode_incore_10] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/qwen3_decode_incore_10.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:04:05] ERROR: testcase failed (exit 2): qwen3_decode_incore_10
post_rmsnorm

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: post_rmsnorm
>>> referenced by libpost_rmsnorm_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/post_rmsnorm.dir/build.make:98: post_rmsnorm] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/post_rmsnorm.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:04:08] ERROR: testcase failed (exit 2): post_rmsnorm
vector_example_dag_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by libvector_example_dag_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_mul.dir/build.make:98: vector_example_dag_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:04:59] ERROR: testcase failed (exit 2): vector_example_dag_kernel_mul
vector_example_dag_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by libvector_example_dag_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add_scalar.dir/build.make:98: vector_example_dag_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:01] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add_scalar
vector_example_dag_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by libvector_example_dag_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/vector_example_dag_kernel_add.dir/build.make:98: vector_example_dag_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/vector_example_dag_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:04] ERROR: testcase failed (exit 2): vector_example_dag_kernel_add
paged_attention_example_kernel_softmax_prepare

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_softmax_prepare
>>> referenced by libpaged_attention_example_kernel_softmax_prepare_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/build.make:98: paged_attention_example_kernel_softmax_prepare] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_softmax_prepare.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:07] ERROR: testcase failed (exit 2): paged_attention_example_kernel_softmax_prepare
paged_attention_example_kernel_qk_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_qk_matmul
>>> referenced by libpaged_attention_example_kernel_qk_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/build.make:98: paged_attention_example_kernel_qk_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_qk_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:10] ERROR: testcase failed (exit 2): paged_attention_example_kernel_qk_matmul
paged_attention_example_kernel_pv_matmul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_pv_matmul
>>> referenced by libpaged_attention_example_kernel_pv_matmul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/build.make:98: paged_attention_example_kernel_pv_matmul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_pv_matmul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:12] ERROR: testcase failed (exit 2): paged_attention_example_kernel_pv_matmul
paged_attention_example_kernel_online_update

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_online_update
>>> referenced by libpaged_attention_example_kernel_online_update_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_online_update.dir/build.make:98: paged_attention_example_kernel_online_update] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_online_update.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:15] ERROR: testcase failed (exit 2): paged_attention_example_kernel_online_update
paged_attention_example_kernel_init_inplace

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_init_inplace
>>> referenced by libpaged_attention_example_kernel_init_inplace_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/paged_attention_example_kernel_init_inplace.dir/build.make:98: paged_attention_example_kernel_init_inplace] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/paged_attention_example_kernel_init_inplace.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:18] ERROR: testcase failed (exit 2): paged_attention_example_kernel_init_inplace
orchestration_example_kernel_mul

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_mul
>>> referenced by liborchestration_example_kernel_mul_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_mul.dir/build.make:98: orchestration_example_kernel_mul] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_mul.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:20] ERROR: testcase failed (exit 2): orchestration_example_kernel_mul
orchestration_example_kernel_add_scalar

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add_scalar
>>> referenced by liborchestration_example_kernel_add_scalar_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add_scalar.dir/build.make:98: orchestration_example_kernel_add_scalar] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add_scalar.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:23] ERROR: testcase failed (exit 2): orchestration_example_kernel_add_scalar
orchestration_example_kernel_add

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: kernel_add
>>> referenced by liborchestration_example_kernel_add_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/orchestration_example_kernel_add.dir/build.make:98: orchestration_example_kernel_add] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/orchestration_example_kernel_add.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:26] ERROR: testcase failed (exit 2): orchestration_example_kernel_add
prelu

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: prelu_kernel_2d
>>> referenced by libprelu_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/prelu.dir/build.make:98: prelu] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/prelu.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:51] ERROR: testcase failed (exit 2): prelu
plan_memory_reuse_sequential

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: reuse_sequential
>>> referenced by libplan_memory_reuse_sequential_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_reuse_sequential.dir/build.make:98: plan_memory_reuse_sequential] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_reuse_sequential.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:54] ERROR: testcase failed (exit 2): plan_memory_reuse_sequential
plan_memory_peak_exact_capacity

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_exact_capacity
>>> referenced by libplan_memory_peak_exact_capacity_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_exact_capacity.dir/build.make:98: plan_memory_peak_exact_capacity] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_exact_capacity.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:57] ERROR: testcase failed (exit 2): plan_memory_peak_exact_capacity
plan_memory_peak_8_overlapping

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: peak_8_overlapping
>>> referenced by libplan_memory_peak_8_overlapping_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_peak_8_overlapping.dir/build.make:98: plan_memory_peak_8_overlapping] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_peak_8_overlapping.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:05:59] ERROR: testcase failed (exit 2): plan_memory_peak_8_overlapping
plan_memory_no_reuse_overlap

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: no_reuse_overlap
>>> referenced by libplan_memory_no_reuse_overlap_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_no_reuse_overlap.dir/build.make:98: plan_memory_no_reuse_overlap] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_no_reuse_overlap.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:02] ERROR: testcase failed (exit 2): plan_memory_no_reuse_overlap
plan_memory_nested_loops

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: nested_loops
>>> referenced by libplan_memory_nested_loops_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_nested_loops.dir/build.make:98: plan_memory_nested_loops] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_nested_loops.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:04] ERROR: testcase failed (exit 2): plan_memory_nested_loops
plan_memory_loop_no_reuse_outer_live

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_outer_live
>>> referenced by libplan_memory_loop_no_reuse_outer_live_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/build.make:98: plan_memory_loop_no_reuse_outer_live] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_no_reuse_outer_live.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:07] ERROR: testcase failed (exit 2): plan_memory_loop_no_reuse_outer_live
plan_memory_loop_in_if

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: loop_in_if
>>> referenced by libplan_memory_loop_in_if_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_loop_in_if.dir/build.make:98: plan_memory_loop_in_if] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_loop_in_if.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:10] ERROR: testcase failed (exit 2): plan_memory_loop_in_if
plan_memory_if_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_yield
>>> referenced by libplan_memory_if_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_yield.dir/build.make:98: plan_memory_if_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:12] ERROR: testcase failed (exit 2): plan_memory_if_yield
plan_memory_if_in_loop

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: if_in_loop
>>> referenced by libplan_memory_if_in_loop_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_if_in_loop.dir/build.make:98: plan_memory_if_in_loop] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_if_in_loop.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:15] ERROR: testcase failed (exit 2): plan_memory_if_in_loop
plan_memory_fragmentation_two_holes

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_two_holes
>>> referenced by libplan_memory_fragmentation_two_holes_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_two_holes.dir/build.make:98: plan_memory_fragmentation_two_holes] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_two_holes.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:18] ERROR: testcase failed (exit 2): plan_memory_fragmentation_two_holes
plan_memory_fragmentation_hole_fit

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: fragmentation_hole_fit
>>> referenced by libplan_memory_fragmentation_hole_fit_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_fragmentation_hole_fit.dir/build.make:98: plan_memory_fragmentation_hole_fit] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_fragmentation_hole_fit.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:20] ERROR: testcase failed (exit 2): plan_memory_fragmentation_hole_fit
plan_memory_for_iter_args_yield

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: for_iter_args_yield
>>> referenced by libplan_memory_for_iter_args_yield_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_for_iter_args_yield.dir/build.make:98: plan_memory_for_iter_args_yield] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_for_iter_args_yield.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:23] ERROR: testcase failed (exit 2): plan_memory_for_iter_args_yield
plan_memory_bind_tile_alias_liveness

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: bind_tile_alias_liveness
>>> referenced by libplan_memory_bind_tile_alias_liveness_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/build.make:98: plan_memory_bind_tile_alias_liveness] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/plan_memory_bind_tile_alias_liveness.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:06:26] ERROR: testcase failed (exit 2): plan_memory_bind_tile_alias_liveness
partmin

stage=run info=exit=2

[ERROR] Mismatch: golden_v3.bin vs v3.bin, max diff=nan at idx=112 (golden=-0.0, out=nan, dtype=float16)
[ERROR] compare failed
[2026-06-22 11:07:01] ERROR: testcase failed (exit 2): partmin
partition_view_verify_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_valid
>>> referenced by libpartition_view_verify_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_valid.dir/build.make:98: partition_view_verify_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:07:15] ERROR: testcase failed (exit 2): partition_view_verify_valid
partition_view_verify_rank_mismatch_valid

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: partition_view_verify_rank_mismatch_valid
>>> referenced by libpartition_view_verify_rank_mismatch_valid_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/build.make:98: partition_view_verify_rank_mismatch_valid] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition_view_verify_rank_mismatch_valid.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:07:17] ERROR: testcase failed (exit 2): partition_view_verify_rank_mismatch_valid
partition5d_dynamic_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_dynamic_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_dynamic_a5.dir/build.make:98: partition5d_dynamic_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_dynamic_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:07:20] ERROR: testcase failed (exit 2): partition5d_dynamic_a5
partition5d_a5

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run_partition
>>> referenced by libpartition5d_a5_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/partition5d_a5.dir/build.make:98: partition5d_a5] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/partition5d_a5.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:07:22] ERROR: testcase failed (exit 2): partition5d_a5
tensor_view_layout_dn

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: run
>>> referenced by libtensor_view_layout_dn_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/tensor_view_layout_dn.dir/build.make:98: tensor_view_layout_dn] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tensor_view_layout_dn.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:12:45] ERROR: testcase failed (exit 2): tensor_view_layout_dn
extract_fp

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 2556138 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-22 11:15:58] ERROR: testcase failed (exit 139): extract_fp
sparse_attn_test_incore_7

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: sparse_attn_test_incore_7
>>> referenced by libsparse_attn_test_incore_7_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/sparse_attn_test_incore_7.dir/build.make:98: sparse_attn_test_incore_7] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/sparse_attn_test_incore_7.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:17:53] ERROR: testcase failed (exit 2): sparse_attn_test_incore_7
decode_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_swa_test_incore_40
>>> referenced by libdecode_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_swa_test_incore_40.dir/build.make:98: decode_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:17:56] ERROR: testcase failed (exit 2): decode_swa_test_incore_40
decode_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_hca_test_incore_54
>>> referenced by libdecode_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_hca_test_incore_54.dir/build.make:98: decode_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:17:59] ERROR: testcase failed (exit 2): decode_hca_test_incore_54
decode_csa_test_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: decode_csa_test_incore_81
>>> referenced by libdecode_csa_test_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/decode_csa_test_incore_81.dir/build.make:98: decode_csa_test_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/decode_csa_test_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:18:01] ERROR: testcase failed (exit 2): decode_csa_test_incore_81
attention_swa_test_incore_40

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_swa_test_incore_40
>>> referenced by libattention_swa_test_incore_40_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_swa_test_incore_40.dir/build.make:98: attention_swa_test_incore_40] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_swa_test_incore_40.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:18:04] ERROR: testcase failed (exit 2): attention_swa_test_incore_40
attention_hca_test_incore_54

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_hca_test_incore_54
>>> referenced by libattention_hca_test_incore_54_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_hca_test_incore_54.dir/build.make:98: attention_hca_test_incore_54] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_hca_test_incore_54.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:18:07] ERROR: testcase failed (exit 2): attention_hca_test_incore_54
attention_csa_test_refresh_incore_81

stage=run info=exit=2

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: attention_csa_test_refresh_incore_81
>>> referenced by libattention_csa_test_refresh_incore_81_kernel.so
cceld: Linker ReturnCode: 1
cceld: ExecutionFailed: 0
cceld: ErrMsg:
bisheng: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [CMakeFiles/attention_csa_test_refresh_incore_81.dir/build.make:98: attention_csa_test_refresh_incore_81] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/attention_csa_test_refresh_incore_81.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
[2026-06-22 11:18:10] ERROR: testcase failed (exit 2): attention_csa_test_refresh_incore_81
tbroadcast_root_binding

stage=run info=exit=139

./test/npu_validation/scripts/run_remote_npu_validation.sh: line 637: 2576714 Segmentation fault      (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH_NPU}" ./build/${testcase}
[2026-06-22 11:21:13] ERROR: testcase failed (exit 139): tbroadcast_root_binding
cmps

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v2.bin vs v2.bin, idx=4 (golden=98, out=0)
[ERROR] compare failed
[2026-06-22 11:25:58] ERROR: testcase failed (exit 2): cmps
cmp

stage=run info=exit=2

[ERROR] Packed mask mismatch: golden_v3.bin vs v3.bin, idx=4 (golden=49, out=0)
[ERROR] compare failed
[2026-06-22 11:26:09] ERROR: testcase failed (exit 2): cmp

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants