修复 AutoFuse reshape 补轴时机与轴语义恢复问题:
请选择本次引入的变更类型:
无
描述测试此变更的步骤和前提条件:
/opt/buildtools/python-3.12.9/bin/python3 -mpre_commit run --files $(git diff --name-only HEAD~1)
source /workspace/lingxing/Ascend0713/cann/bin/setenv.bash && cmake --build build/ge-compiler --target aihac_autofusion -j8
tc_af_tf_pv_net_front_narrow_cut_onnx_0001/0002/0003
feat:
fix:
本 PR 基于 test/autofuse-can-fuse-coverage-master 创建,目标是只包含当前 reshape 补轴修复相关增量。
test/autofuse-can-fuse-coverage-master
通过:
结果:[100%] Built target aihac_autofusion
[100%] Built target aihac_autofusion
Pull Request
描述
修复 AutoFuse reshape 补轴时机与轴语义恢复问题:
变更类型
请选择本次引入的变更类型:
关联的Issue
无
如何测试
描述测试此变更的步骤和前提条件:
/opt/buildtools/python-3.12.9/bin/python3 -mpre_commit run --files $(git diff --name-only HEAD~1)source /workspace/lingxing/Ascend0713/cann/bin/setenv.bash && cmake --build build/ge-compiler --target aihac_autofusion -j8tc_af_tf_pv_net_front_narrow_cut_onnx_0001/0002/0003核对清单
其他信息
本 PR 基于
test/autofuse-can-fuse-coverage-master创建,目标是只包含当前 reshape 补轴修复相关增量。