Add XPU MLA Sparse backend for DeepSeek v3.2 (#33230)
Signed-off-by: Zhang, Wuxun <wuxun.zhang@intel.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user