From 169476deb89ecc4b760cb7c9a61441f6107094f3 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Mon, 18 Aug 2025 23:50:38 -0700 Subject: [PATCH] Remove iostream --- mlx/backend/cuda/device.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mlx/backend/cuda/device.cpp b/mlx/backend/cuda/device.cpp index 4cf153774..371ae020c 100644 --- a/mlx/backend/cuda/device.cpp +++ b/mlx/backend/cuda/device.cpp @@ -10,8 +10,6 @@ #include #include -#include - namespace mlx::core::cu { namespace {