Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
当使用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]
cann 9.0.0
运行任意算子,加入utils/debug/asc_dump.h头文件,调用asc_dump_cbuf接口时即可复现。
调用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]
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出数据。
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
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 / 选填)