Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
index_add为了解决A5确定性问题,在pta中将其改到了index_put中,导致某些场景走不进做过性能优化的inplace_index_add_with_sorted,现在将pta的修改下沉到aclnn中,保持原走进inplace_index_add_with_sorted的路径。
盘古v3大模型
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
index_add为了解决A5确定性问题,在pta中将其改到了index_put中,导致某些场景走不进做过性能优化的inplace_index_add_with_sorted,现在将pta的修改下沉到aclnn中,保持原走进inplace_index_add_with_sorted的路径。
Origin(信息来源)
盘古v3大模型
Benefit / Necessity (价值/作用)
Design(设计方案)