已关闭
[Bug-Report|缺陷反馈]: engram算子配置stitch_function_max_num时,调小不起作用(小于128),调大有作用(大于128) #2947
蒋淘宇创建于 8月12日关闭于 8月18日
8月12日 添加了label:bug-report
8月12日 issue类型由 任务 改变为 缺陷
8月12日 添加了label:Machine
8月12日 将 lululu40888 设为负责人
袁野
8月12日 评论:
8月12日 评论:
@lululu40888 请关注下该问题


Ssongyangyang18
8月13日 关联了pull request:fix(machine): Stop raising stitch_function_max_num with unroll in non-memory-driven mode
8月13日 关联了pull request:fix(machine): Stop raising stitch_function_max_num with unroll in non-memory-driven mode
huanglu
8月18日 评论:
8月18日 评论:
修复见pr:https://gitcode.com/cann/pypto/pull/5434
pr已合入,issue关闭


8月18日 添加了label:resolved
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的值是,泳道图
当配置为大于128的值时,如256,泳道图为

Environment / 环境信息 (Mandatory / 必填)
910B
CANN9.1.0
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
见问题描述
Describe the expected behavior / 预期结果 (Mandatory / 必填)
见问题描述
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
见问题描述
Special notes for this issue/备注 (Optional / 选填)