已开启
[Bug-Report|缺陷反馈]: 19_mla存在精度问题 #432
shiyancong创建于  17 天前
shiyancong
shiyancong
17 天前 创建

感谢提出缺陷反馈的相关Issue,请按照下述模板以描述遇到的问题。
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

针对库上样例:19_mla随机泛化用例,在使用optest的接口使用atk验证19_mla时,存在精度对比失败的情况。问题场景为:fp16数据类型,m、n、k为15、48、127。

Environment / 环境信息 (Mandatory / 必填)

910B2,CANN9.0.0社区包,lcov 1.13,gcov 10.2.1 20210110

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

修改模板用例,改为使用atk工具从json文件中读取数据,我这边保存了问题json文件的相关数据,可以联系我获取,其他按照算子README复现即可。

Describe the expected behavior / 预期结果 (Mandatory / 必填)

精度对比通过,无精度Failed,无异常阻塞情况

按照上述步骤复现即可

Special notes for this issue/备注 (Optional / 选填)

likedislike
longjihui
longjihui成员
15 天前 评论:

你好,该问题为约束未对齐导致,我们会尽快更新对应atk交付件。

likedislike
longjihuilongjihui成员
15 天前 将 init__zhb__ 设为负责人
longjihuilongjihui成员
15 天前 添加了label:bug-report
Iinit__zhb__成员
13 天前 关联了pull request:同步更新19MLA的optest测试件
init__zhb__成员
11 天前 评论:

该问题已修复,存在两方面问题:

  1. ATK 测试件约束不全,要求processNum <= aicCoreNum,这一部分约束已补充;
  2. 此前19MLA针对KV Split逻辑有优化,optest测试件已更新相关约束(详见PR#1163

两部分修复后回归测试已通过,可进行复验动作。

likedislike
Iinit__zhb__成员
4 天前 关联了pull request:更新19MLA Tiling信息