已合并
fix: fix op splitV no_task attribute #4690
lushiming0创建于 6 天前
fix: fix op splitV no_task attribute #4690
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 lushiming0 的贡献)6 天前 添加了label:enhancement
6 天前 创建了 pull request,commit 463e2862
atomgit-bot
6 天前 评论:
6 天前 评论:
🤖 正在生成合并请求摘要,请稍候…


不准确?
atomgit-bot
6 天前 评论:
6 天前 评论:
🤖 AI 代码检视正在进行中,请稍候…


不准确?
6 天前 添加了label:cann-cla/yes
此处折叠了90条消息 查看更多
yangyongqiang
4 天前 评论:
4 天前 评论:
/lgtm


4 天前 添加了label:lgtm
yangyongqiang
3 天前 评论:
3 天前 评论:
/approve


3 天前 添加了label:approved
3 天前 合入了pull request
Pull Request
描述
splitV 算子的 split_dim 和 size_splits 都是数据流输入,不属于属性。fe无法支持 no_task 属性,现支持 splitV 是 const 输入时的 no_task 属性。
变更类型
请选择本次引入的变更类型:
关联的Issue
如何测试
描述测试此变更的步骤和前提条件:
1.构造 splitV 算子图,同时 split_dim 和 size_splits 均是 const 输入。
2.通过 dump 观察 splitV 算子是否打上了 no_task 属性标签。
核对清单
其他信息
在此添加任何其他关于本次 PR 的说明。