mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-05 19:48:15 +08:00
Double buffer keys for vector sdpa
This commit is contained in:
@@ -4,7 +4,7 @@ import math
|
||||
import mlx.core as mx
|
||||
from time_utils import time_fn
|
||||
|
||||
L = 16384
|
||||
L = 1024
|
||||
H = 32
|
||||
H_k = H // 4
|
||||
D = 128
|
||||
|
||||
Reference in New Issue
Block a user