diff --git a/mlx/backend/metal/custom_kernel.cpp b/mlx/backend/metal/custom_kernel.cpp index fd002af31..e2627c87b 100644 --- a/mlx/backend/metal/custom_kernel.cpp +++ b/mlx/backend/metal/custom_kernel.cpp @@ -32,7 +32,7 @@ void CustomKernel::eval_gpu( return copies.back(); } }; - std::vector checked_inputs; + std::vector checked_inputs; for (const array& in : inputs) { checked_inputs.push_back(check_input(in)); }