已关闭
[Requirement|需求建议]: SoftPlusV2算子AscendC实现贡献 #263
周珈民创建于 2025年12月23日关闭于 4月10日
周珈民
2025年12月23日 评论:
2025年12月23日 评论:
/assign


2025年12月23日 将 zhou-jiamin-666 设为负责人
2025年12月23日 关联了pull request:Add SoftPlusV2 operator implementation (issue #263)
4月10日 添加了label:Accepted
4月10日 添加了label:resolved
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
实现了AscendC的SoftPlusV2算子
Origin(信息来源)
哈工大算子团队
Benefit / Necessity (价值/作用)
实现了AscendC的SoftPlusV2算子
Design(设计方案)
host 侧设计:
tiling 策略:
分核策略
kernel 侧设计:
整体分为 Init 和 Process 两个阶段,其中 Process 阶段包含数据搬入(CopyIn)、计算(Compute)、搬出(CopyOut)三个子阶段