已合并
optimize the performace of aicpu ClipByValueV2 operator #2460
ZhaiPeiChao创建于 4月25日
optimize the performace of aicpu ClipByValueV2 operator #2460
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ZhaiPeiChao 的贡献)4月25日 创建了 pull request,commit 96c972cb
CANN-robot
4月25日 评论:
4月25日 评论:
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 |
|---|---|---|
| conversion/clip_by_value_v2 | ✅ 唐燕峰, 张瑜翔 (2/2) | ✅ 唐燕峰, 张瑜翔 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
ZhaiPeiChao, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月25日 添加了label:cann-cla/yes
4月25日 将FelixTang7,zhou-qilong,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,zhangyuxiang0119,llimwang,gubaocheng设为评审人
4月25日 将FelixTang7,zhou-qilong,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,zhangyuxiang0119,llimwang,gubaocheng设为评审人
4月25日 将FelixTang7,zhou-qilong,wangrui_,rxtfeng,loov1,zhangzijie,songkai111,zhangyuxiang0119,llimwang,gubaocheng设为审查人
4月25日 将FelixTang7,zhou-qilong,wangrui_,rxtfeng,loov1,zhangzijie,songkai111,zhangyuxiang0119,llimwang,gubaocheng设为审查人
此处折叠了49条消息 查看更多
CANN-robot
5月11日 评论:
5月11日 评论:
The following users do not have permission to comment /lgtm or /approve on any module in this PR:
於欣洁


5月11日 添加了label:lgtm
CANN-robot
5月11日 评论:
5月11日 评论:
5月11日 关闭了关联的issue
5月11日 合入了pull request
描述
本 PR 对 AICPU 的 ClipByValueV2 算子进行了全面的性能优化,通过重构核心计算逻辑、优化并行调度策略、分离标量/逐元素边界处理路径,显著提升了算子执行效率。
主要改动
关联的Issue
issue #1380
测试
T=1(单线程,反映纯算法/访存/向量化收益)
T=4
T=6
文档更新
不涉及
类型标签