Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
ReduceStdV2Update GEIR 异常测试中,10 个非法输入均被 GE/TBE 正确拒绝,合法 Cast 用例也能够正常执行,但异常测试最终将其中 5 个拒绝结果误报为失败。
误报用例及原因如下:
dtype_x_int8
graph_compile
dtype_mean_int8
dtype_mean_mismatch
format_output_nchw
x format
rank9_x
parameter_check
原测试固定要求失败必须发生在 tiling 阶段,并且只允许一个错误签名,因此将上述正确拒绝误判为失败。
tiling
该问题属于测试程序误判,不是 ReduceStdV2Update kernel 计算错误,但会影响异常测试、验收结果和后续回归判断。
• 昇腾硬件型号:Ascend950DT_9582 • CANN版本:9.2.0 • 操作系统:Ubuntu 20.04
math/reduce_std_v2_update/examples/arch35/test_geir_reduce_std_v2_update_exception.cpp
💡 备注(选填)
建议按用例分别维护允许的失败阶段和错误签名,避免将判定放宽为“只要执行失败就通过”。
本问题不涉及算子计算逻辑、tiling 实现或 kernel 实现修改。
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
一、问题描述 (必填)
ReduceStdV2Update GEIR 异常测试中,10 个非法输入均被 GE/TBE 正确拒绝,合法 Cast 用例也能够正常执行,但异常测试最终将其中 5 个拒绝结果误报为失败。
误报用例及原因如下:
dtype_x_int8:在graph_compile原型校验阶段提前拒绝;dtype_mean_int8:在graph_compile原型校验阶段提前拒绝;dtype_mean_mismatch:在graph_compile原型校验阶段提前拒绝;format_output_nchw:输出格式经格式推导传播至输入,最终报告x format校验错误;rank9_x:在 TBEparameter_check阶段提前拒绝。原测试固定要求失败必须发生在
tiling阶段,并且只允许一个错误签名,因此将上述正确拒绝误判为失败。该问题属于测试程序误判,不是 ReduceStdV2Update kernel 计算错误,但会影响异常测试、验收结果和后续回归判断。
二、环境信息 (可选)
• 昇腾硬件型号:Ascend950DT_9582
• CANN版本:9.2.0
• 操作系统:Ubuntu 20.04
三、重现步骤 (可选)
math/reduce_std_v2_update/examples/arch35/test_geir_reduce_std_v2_update_exception.cpp;四、预期结果 (可选)
💡 备注(选填)
建议按用例分别维护允许的失败阶段和错误签名,避免将判定放宽为“只要执行失败就通过”。
本问题不涉及算子计算逻辑、tiling 实现或 kernel 实现修改。