From 19ab7911f61dbe427f1273731cccad5dce6ad629 Mon Sep 17 00:00:00 2001 From: Ronan Collobert Date: Fri, 31 Oct 2025 13:32:43 -0700 Subject: [PATCH] WIP (cuda) --- mlx/backend/cuda/no_cuda.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mlx/backend/cuda/no_cuda.cpp b/mlx/backend/cuda/no_cuda.cpp index 175a505b4..d81b4ebaa 100644 --- a/mlx/backend/cuda/no_cuda.cpp +++ b/mlx/backend/cuda/no_cuda.cpp @@ -35,9 +35,9 @@ std::vector precompiled_cuda_kernel( const std::vector&, std::tuple, std::tuple, - int shared_memory, - std::optional init_value, - bool ensure_row_contiguous, + int /* shared_memory */, + std::optional /* init_value */, + bool /* ensure_row_contiguous */, StreamOrDevice) { throw std::runtime_error("[cuda_kernel] No CUDA back-end."); }