已关闭
[算子开发][内测体验][AscendC][Documentation|文档反馈]: thread_block_tile 的 meta_group_rank/meta_group_size 文档签名与代码不符 #1582
kidecr创建于 8月24日关闭于 20 天前
8月24日 修改标题为 “[算子开发][内测体验][AscendC][Documentation|文档反馈]: thread_block_tile 的 meta_group_rank/meta_group_size 文档签名与代码不符”,原标题为“[Documentation|文档反馈]: thread_block_tile 的 meta_group_rank/meta_group_size 文档签名与代码不符”
8月24日 修改标题为 “[算子开发][内测体验][AscendC][Documentation|文档反馈]: thread_block_tile 的 meta_group_rank/meta_group_size 文档签名与代码不符”,原标题为“[Documentation|文档反馈]: thread_block_tile 的 meta_group_rank/meta_group_size 文档签名与代码不符”
8月25日 将 shaonaite 设为负责人
louyuxuan
28 天前 评论:
28 天前 评论:
你好,相关问题已修复,详情可查看PR:https://gitcode.com/cann/asc-devkit/pull/5329


shaonaite
20 天前 评论:
20 天前 评论:
您好,若没有别的问题,此issue将会关闭~


20 天前 关联了pull request:修复SIMT协作组接口返回类型错误
20 天前 issue状态由 进行中 改变为 已完成
20 天前 关闭了 issue
20 天前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Document Link(文档链接)
https://gitcode.com/cann/asc-devkit/blob/master/docs/zh/api/SIMT-API/cooperative_groups/thread_block_tile/meta_group_size.md
https://gitcode.com/cann/asc-devkit/blob/master/docs/zh/api/SIMT-API/cooperative_groups/thread_block_tile/meta_group_rank.md
https://gitcode.com/cann/asc-devkit/blob/master/docs/zh/api/SIMT-API/cooperative_groups/thread_block_tile/thread_block_tile_intro.md
https://gitcode.com/cann/asc-devkit/blob/master/include/simt_api/cooperative_groups.h
Issues Section(问题文档片段)
文档中函数原型如下




对应代码
Existing Issues(存在的问题)
文档和代码之间meta_group_size meta_group_rank函数返回值不匹配,其unsigned long long返回值仅在 coalesced_group 里出现,但是根据文档上下文,对应的应该不是 coalesced_group里的函数,那么返回值应为 unsigned int