已关闭
[Bug-Report|缺陷反馈]: 使用asc_dump接口dump l0c上的数据失败 #298
maohp_hw创建于  3月21日关闭于  3月21日
maohp_hw
maohp_hw成员
3月21日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

当使用asc_dump_cbuf dump L0C的数据时,出现的结果全是0.
DumpTensor: desc=0, addr=0x0, data_type=float32, position=L0C, dump_size=32
[0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000,
0.000000]

Environment / 环境信息 (Mandatory / 必填)

cann 9.0.0

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

运行任意算子,加入utils/debug/asc_dump.h头文件,调用asc_dump_cbuf接口时即可复现。

Describe the expected behavior / 预期结果 (Mandatory / 必填)

调用asc_dump_cbuf时成功dump出数据。

DumpTensor: desc=0, addr=0x0, data_type=float32, position=L0C, dump_size=32
[0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000,
0.000000]

Special notes for this issue/备注 (Optional / 选填)

likedislike
maohp_hwmaohp_hw成员
3月21日 添加了label:bug-report
maohp_hwmaohp_hw成员
3月21日 将 haipingmao 设为负责人
CANN-robotCANN-robot成员
3月21日 关闭了 issue
CANN-robotCANN-robot成员
3月21日 添加了label:resolved