已关闭
[Bug-Report|缺陷反馈]: engram算子配置stitch_function_max_num时,调小不起作用(小于128),调大有作用(大于128) #2947
蒋淘宇创建于  8月12日关闭于  8月18日
蒋淘宇
蒋淘宇成员
8月12日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

https://gitcode.com/cann/pypto-gym/blob/master/tests/ops/experimental/ops_transformer/engram/test_engram_forward.py
pytest.param(1, 4096, 4, 1536, 640, id="b1_s4096_mhc4_h1536_de640"),

engram算子配置stitch_function_max_num时,调小不起作用(小于128),调大有作用(大于128)(均未配置max_workspace_kb)
当不配置stitch_function_max_num,或配置任意小于128的值是,泳道图
image.png

当配置为大于128的值时,如256,泳道图为
image.png

Environment / 环境信息 (Mandatory / 必填)

910B
CANN9.1.0

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

见问题描述

Describe the expected behavior / 预期结果 (Mandatory / 必填)

见问题描述

见问题描述

Special notes for this issue/备注 (Optional / 选填)

likedislike
蒋淘宇蒋淘宇成员
8月12日 添加了label:bug-report
袁野袁野成员
8月12日 issue类型由 任务 改变为 缺陷
袁野袁野成员
8月12日 添加了label:Machine
袁野袁野成员
8月12日 将 lululu40888 设为负责人
袁野
袁野成员
8月12日 评论:

@lululu40888 请关注下该问题

likedislike
Ssongyangyang18成员
8月13日 关联了pull request:fix(machine): Stop raising stitch_function_max_num with unroll in non-memory-driven mode
huanglu成员
8月18日 评论:

修复见pr:https://gitcode.com/cann/pypto/pull/5434
pr已合入,issue关闭

likedislike
Hhuanglu成员
8月18日 issue状态由 待办的 改变为 已完成
Hhuanglu成员
8月18日 关闭了 issue
CANN-robotCANN-robot成员
8月18日 添加了label:resolved