已合并
fix:删除FIA冗余代码 #459
yjy_ac创建于 7月16日
fix:删除FIA冗余代码 #459
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 yjy_ac 的贡献)atomgit-bot
7月16日 评论:
7月16日 评论:
🤖 正在生成合并请求摘要,请稍候…


atomgit-bot
7月16日 评论:
7月16日 评论:
🤖 AI 代码检视正在进行中,请稍候…


7月16日 添加了label:ascend-cla/yes
ascend-robot
7月16日 评论:
7月16日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-SD | ✅ weixin_44144262, changetheway (2/2) | ✅ weixin_44144262 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
yjy_ac, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了55条消息 查看更多
21 小时前 添加了label:approved
21 小时前 添加了label:keeper_approved
21 小时前 关闭了关联的issue
21 小时前 合入了pull request
Which issue(s) this PR fixes or accomplishes
Fixes #323
关联 Issue:https://gitcode.com/Ascend/MindIE-SD/issues/323
Purpose
删除 FIA arch35 的重复内核副本,把实现统一到
csrc/ops/fused_infer_attention_score/op_kernel/eagle_common/op_kernel/arch35。dev上同一套 arch35 kernel / tiling / vf 头文件同时存在于正式路径、csrc/ops/common/op_kernel/arch35/以及eagle_common/common/。多副本会漂移;IFA / PFA 还用#if __has_include兜底到ops/common,缺文件时可能静默编到过期副本。本 PR 不改 FIA / IFA / PFA 的运行时算法与精度路径,只收口源文件与 include。
改动范围(249 files, +35 / -142449):
csrc/ops/common/op_kernel/arch35/(100 个文件).../eagle_common/common/(133 个文件)fia_tiling_*.h、fused_infer_attention_score_tiling_impl.h、IFA/PFA*_tiling_v2.heagle_common/op_kernel/arch35#errorflash_attention_score_antiquant_kernel.h、infer_flash_attention_sparse.h__has_include分支csrc/ops/fused_infer_attention_score/tests/ut/CMakeLists.txtFIA_EAGLE_KERNEL_DIRincludeTest Plan
build/build_ops.sh或等价 AscendC 构建)eagle_common/op_kernel/arch35后可过编;正式路径缺失应编译期#error,不再回退ops/common/op_kernel/arch35bash tests/ops/fused_infer_attention_score/run_fia_arch35_ut.shpytest tests/ops/fused_infer_attention_score/test_fused_infer_attention_score_v2.py -vTest Report
测试用例通过
