已开启
fix: relax fuse-only unit repeat axis mapping #3
ling-DT创建于 28 天前
fix: relax fuse-only unit repeat axis mapping #3
已开启
ling-DT创建于 28 天前
ling-DT成员
28 天前

Pull Request

描述

放宽 AutoFuse 的 fuse-only graph sched axis 映射:当 data axis 已可映射但 graph sched axis 因 repeat size 差异失败时,仅在 need_flash 路径下允许 repeat == 1 作为占位轴兜底,避免 UnifySubgraphAxis 在可融合场景中过早失败。

变更类型

请选择本次引入的变更类型:

关联的Issue

如何测试

描述测试此变更的步骤和前提条件:

  1. cmake --build build --target aihac_autofusion -j8
  2. PATH="/workspace/lingxing/env/venv/baize_tf1/bin:$PATH" CANN_HOME="/workspace/lingxing/0805" bash xfusion_fmk.sh tc_af_tf_pv_net_front_narrow_cut_onnx_0010

核对清单

其他信息

已在 smoke 用例 tc_af_tf_pv_net_front_narrow_cut_onnx_0010 中验证通过,日志包含 result=[Pass]

likedislike
合并受阻
Lling-DT成员
28 天前 推送  1 个提交:b8e7d3e2-fix: extend unit repeat fallback to vertical axes
Lling-DT成员
28 天前 推送  1 个提交:911add16-fix: sync vertical axis mapping signature
Lling-DT成员
28 天前 推送  1 个提交:1cb28a71-fix: sync vertical axis mapping signature
ling-DT成员
28 天前 评论:

compile

likedislike
Lling-DT成员
27 天前 推送  1 个提交:3765949f-test: cover autofuse unit-repeat fallback llt
Lling-DT成员
27 天前 推送  1 个提交:dc9bbbe9-fix: keep autofuse test script local-only
Lling-DT成员
27 天前 推送  1 个提交:cc931681-fix: restore concat fusion axis check
Lling-DT成员
27 天前 推送  1 个提交:83d4c470-test: split autofuse fallback coverage tests
Lling-DT成员
27 天前 推送  1 个提交:504c7a2d-test: remove duplicate autofuse fallback cases
Lling-DT成员
27 天前 推送  1 个提交:e21640ba-test: move autofuse fallback cases to split suite
Lling-DT成员
27 天前 推送  1 个提交:f8af5842-test: cover reverse unit repeat axis mapping