Add XPU MLA Sparse backend for DeepSeek v3.2 (#33230)

Signed-off-by: Zhang, Wuxun <wuxun.zhang@intel.com>
This commit is contained in:
Wuxun Zhang
2026-03-11 19:19:15 +08:00
committed by GitHub
parent 40c0461f24
commit e584dce52b
9 changed files with 940 additions and 24 deletions

View File

@@ -17,4 +17,7 @@ else:
tl = TritonLanguagePlaceholder()
tldevice = TritonLanguagePlaceholder()
__all__ = ["HAS_TRITON", "triton", "tl", "tldevice"]
LOG2E = 1.4426950408889634
LOGE2 = 0.6931471805599453
__all__ = ["HAS_TRITON", "triton", "tl", "tldevice", "LOG2E", "LOGE2"]