已关闭
[算子开发][内测体验][AscendC][SIMT] tiled_partition 非模板版本参数表遗漏 `thread_group` #1598
李鑫创建于 24 天前关闭于 10 天前
24 天前 修改了issue 的描述
24 天前 将 shaonaite 设为负责人
24 天前 将 louyuxuan 设为负责人
24 天前 移除了负责人 shaonaite
louyuxuan
23 天前 评论:
23 天前 评论:
感谢反馈问题,thread_group为基类,是协作组对象多态的内部实现,用户无法直接创建thread_group对象,因此在参数列表中没有加上。
我们将在资料中补充说明


louyuxuan
12 天前 评论:
12 天前 评论:
@lixin433 相关资料已补充,详情参见PR: https://gitcode.com/cann/asc-devkit/pull/5651 ,若无其他问题,本 issue 将关闭。


10 天前 issue状态由 进行中 改变为 已完成
10 天前 关闭了 issue
10 天前 添加了label:resolved
tiled_partition.md中函数原型列举了thread_group/thread_block/coalesced_group三个版本,表2parent输入的类型又限制了只能是
thread_block或coalesced_group,遗漏了thread_group这里建议:如果允许用户输入
thread_group则在参数表加上,否则注明thread_group为基类,该函数为内部实现,不允许调用