Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
MstxDataCopyPadDesc没有padding mode的入参,导致出现DataCopyPad Compact 模式写入越界误报,需要定义新的结构体MstxDataCopyPadV2Desc 加上padding mode的入参。
A5
检测工具运行 ops-transformer 仓算子,会出现DataCopyPad Compact 模式写入越界误报
使用新的结构体MstxDataCopyPadV2Des不会出现DataCopyPad Compact 模式写入越界误报的问题
NA
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
MstxDataCopyPadDesc没有padding mode的入参,导致出现DataCopyPad Compact 模式写入越界误报,需要定义新的结构体MstxDataCopyPadV2Desc 加上padding mode的入参。
Environment / 环境信息 (Mandatory / 必填)
A5
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
检测工具运行 ops-transformer 仓算子,会出现DataCopyPad Compact 模式写入越界误报
Describe the expected behavior / 预期结果 (Mandatory / 必填)
使用新的结构体MstxDataCopyPadV2Des不会出现DataCopyPad Compact 模式写入越界误报的问题
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
NA
Special notes for this issue/备注 (Optional / 选填)