[npu]add chunk gdn kernel and unify ssm state layout for ascend gdn backend (#36187)

This commit is contained in:
zhaozx-cn
2026-09-21 09:51:19 +08:00
committed by GitHub
parent 6ad78f2281
commit 176dbcb85d
4 changed files with 59 additions and 22 deletions
@@ -38,8 +38,6 @@ class TestAscendMhaHicache(CustomTestCase):
"--attention-backend",
"ascend",
"--enable-hierarchical-cache",
"--hicache-ratio",
1.2,
]
def test_a_gsm8k(self):
@@ -40,8 +40,6 @@ class TestAscendMlaHicache(CustomTestCase):
"--tp-size",
4,
"--enable-hierarchical-cache",
"--hicache-ratio",
1.2,
]
def test_a_gsm8k(self):