已合并
swat load balance #4679
justsozl创建于 5月9日
swat load balance #4679
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 justsozl 的贡献)CANN-robot
5月9日 评论:
5月9日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| matmul | ✅ 商晓波, 林鹏翔 (2/2) | ✅ 商晓波 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
justsozl, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5月9日 添加了label:cann-cla/yes
5月9日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,LinPX,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为评审人
5月9日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,LinPX,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为评审人
5月9日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,chenqi317,LinPX,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为审查人
5月9日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,chenqi317,LinPX,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为审查人
此处折叠了249条消息 查看更多
sxb154714
6月4日 评论:
6月4日 评论:
/lgtm
/approve


6月4日 添加了label:lgtmapproved
6月4日 合入了pull request
matmul/mat_mul_v3/op_host/op_tiling/arch35/matmul_v3_tiling_helper.cpp
@@ -505,2 +415,2 @@
505- uint64_t curMaxBaseN =
506- std::min(maxBaseN, ops::FloorAlign(baseMNBufferLimit / DATA_SIZE_FP32 / curBaseM, baseNAlignUnit));
415+ uint64_t curMaxBaseN = std::min(maxBaseN, ops::FloorAlign(baseMNBufferLimit / DATA_SIZE_FP32 / curBaseM /
416+ (PreCheckFullLoad(compileInfo, args, runInfo) ? DB_OFF_SIZE : 1), baseNAlignUnit));
描述
mat_mul_v3 aswt 相关模板tiling优化
关联的Issue
https://gitcode.com/cann/ops-nn/issues/3011
测试
单算子验证MMV3网络用例/泛化用例,确保性能无劣化
文档更新
不涉及
类型标签