From fa555c536ad7dc5b0b9190820a2e2b531f2821d2 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Mon, 18 Aug 2025 23:52:59 -0700 Subject: [PATCH] Remove regex --- mlx/backend/cuda/custom_kernel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mlx/backend/cuda/custom_kernel.cpp b/mlx/backend/cuda/custom_kernel.cpp index d475dbc9f..2f8be9221 100644 --- a/mlx/backend/cuda/custom_kernel.cpp +++ b/mlx/backend/cuda/custom_kernel.cpp @@ -1,7 +1,6 @@ // Copyright © 2025 Apple Inc. #include -#include #include "mlx/backend/common/compiled.h" #include "mlx/backend/cuda/jit_module.h"