Ascend attention backend(PA&MLA) (#7722)

Co-authored-by: Maksim <makcum888e@mail.ru>
Co-authored-by: VDV1985 <vladdv85@mail.ru>
This commit is contained in:
ronnie_zheng
2025-07-03 09:23:19 -07:00
committed by GitHub
co-authored by Maksim VDV1985
parent b58226510f
commit 1e0e549766
17 changed files with 842 additions and 16 deletions
+1 -1
View File
@@ -2399,7 +2399,7 @@ def bind_or_assign(target, source):
def support_triton(backend: str) -> bool:
return backend not in ["torch_native", "intel_amx"]
return backend not in ["torch_native", "intel_amx", "ascend"]
try: