[new feat] ascend backend support fia fusion kernel (#8328)

Co-authored-by: Even Zhou <even.y.zhou@outlook.com>
This commit is contained in:
ZhengdQin
2025-08-26 14:13:08 +08:00
committed by GitHub
parent e2e378caba
commit f92b729d52
9 changed files with 509 additions and 128 deletions

View File

@@ -275,6 +275,8 @@ suite_ascend = {
"per-commit-2-ascend-npu": [
TestFile("ascend/test_ascend_tp2_bf16.py", 400),
TestFile("ascend/test_ascend_graph_tp2_bf16.py", 400),
TestFile("ascend/test_ascend_tp2_fia_bf16.py", 400),
TestFile("ascend/test_ascend_mla_fia_w8a8int8.py", 400),
],
"per-commit-4-ascend-npu": [
TestFile("ascend/test_ascend_mla_w8a8int8.py", 400),