ml-explore / mlx

MLX: An array framework for Apple silicon
https://ml-explore.github.io/mlx/
MIT License
17.48k stars 1.01k forks source link

Fix donation in sdpa #1587

Closed awni closed 1 week ago

awni commented 1 week ago

Previously the query would never be donated in the non-copy case because we incremented the ref count before the donation check.