mirror of
https://github.com/deepseek-ai/FlashMLA
synced 2025-06-26 18:15:54 +00:00
Add new testcase (s_k = 16384)
This commit is contained in:
parent
287061ec34
commit
69b64823cc
@ -127,7 +127,7 @@ def main(torch_dtype):
|
||||
causal = True
|
||||
|
||||
for b in [128]:
|
||||
for s in [4096, 8192]:
|
||||
for s in [4096, 8192, 16384]:
|
||||
for h_q in [16, 32, 64, 128]: # TP = 8, 4, 2, 1
|
||||
for s_q in [1, 2]: # MTP = 1, 2
|
||||
for varlen in [False, True]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user