From 35dc8580e3f4972f2204fca2779eb1e9f050b8c9 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Thu, 27 Feb 2025 13:17:51 -0800 Subject: [PATCH] fix events, task limit cpu --- mlx/array.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mlx/array.cpp b/mlx/array.cpp index 3aa7d9656..d8d12e0db 100644 --- a/mlx/array.cpp +++ b/mlx/array.cpp @@ -122,7 +122,6 @@ void array::wait() { detach_event(); } set_status(Status::available); - detach_event(); } }