Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
EmbeddingBag算子在测试geir通路时,求平均值的模板会发生core dump,部分用例精度出现问题,执行结果出错
Ascend950
安装CANN包,cann的toolkits+ops组合包+ 固件/驱动
精度为100%且正常执行。
950上非连续性场景用例精度失败
原因:mean模板使用为初始化的内存 修改方案:在mean模板使用特定内存前先初始化
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
EmbeddingBag算子在测试geir通路时,求平均值的模板会发生core dump,部分用例精度出现问题,执行结果出错
Environment / 环境信息 (Mandatory / 必填)
Ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
安装CANN包,cann的toolkits+ops组合包+ 固件/驱动
Describe the expected behavior / 预期结果 (Mandatory / 必填)
精度为100%且正常执行。
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
950上非连续性场景用例精度失败
Special notes for this issue/备注 (Optional / 选填)
原因:mean模板使用为初始化的内存 修改方案:在mean模板使用特定内存前先初始化