| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 小时前 | ||
fix(test): resolve precision issues for cast/index_put_/reshape/matmul Co-authored-by: zhuhongyu<zhuhongyu22@h-partners.com> # message auto-generated for no-merge-commit merge: !5437 merge pr/precision-fixes into master fix(test): resolve precision issues for cast/index_put_/reshape/matmul Created-by: Zhu1418539395 Commit-by: zhuhongyu Merged-by: cann-robot Description: fix(kirin): 修复 matmul/reshape/cast/index_put_/binary 精度问题 <span style="color:#000000;"> - matmul(KirinX90):前端 bias 按 FP32 传入(低16位有效,FP16 高位补零) - reshape:inplace reshape 改为 add0->reshape->add0(binary-reshape-binary),修复 machine 运行失败 - cast:float 转 int 用 TRUNC 模式;golden 输入范围由 (0,1) 调整为 [-5,5),修复四舍五入精度 - index_put_:用例关闭累加(硬件不支持原子加) - binary:broadcast1 个数为 w 的 softmax 场景启用 A5Expand1DimBrcWSrc </span> See merge request: cann/pypto!5437 | 7 小时前 | |
fix(Operation): modify cosh arch35 impl Co-authored-by: chenbl<chenbinglin7@huawei.com> # message auto-generated for no-merge-commit merge: !5364 merge fix/cosh into master fix(Operation): modify cosh arch35 impl Created-by: chenbl Commit-by: chenbl Merged-by: cann-robot Description: 1. 修改 cosh 的A5 实现,对齐AscendC 2. 修改 ASinh,ACosh的精度模式选用 3. Bitwise类 Operation 增加 支持的数据类型 See merge request: cann/pypto!5364 | 15 小时前 | |
Initial commit | 7 个月前 |