Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
某些算子缺少异常场景的校验保护,这样可能会发生未知错误,不方便维测
arch3510
例如deformable_offsets_grad_tiling_arch35.cpp此文件,strideH_和strideW入参给0,那么tiling就会出现除零问题
各种异常场景有校验拦截保护
代码批量review结果
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
某些算子缺少异常场景的校验保护,这样可能会发生未知错误,不方便维测
Environment / 环境信息 (Mandatory / 必填)
arch3510
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
例如deformable_offsets_grad_tiling_arch35.cpp此文件,strideH_和strideW入参给0,那么tiling就会出现除零问题
Describe the expected behavior / 预期结果 (Mandatory / 必填)
各种异常场景有校验拦截保护
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
代码批量review结果
Special notes for this issue/备注 (Optional / 选填)