From 73272bb87d7c4c484cf451cd77a86b7d542b6418 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:27:22 -0500 Subject: [PATCH] spelling: across Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mlx/backend/metal/kernels/arg_reduce.metal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/backend/metal/kernels/arg_reduce.metal b/mlx/backend/metal/kernels/arg_reduce.metal index 31bcbfa05..467e768d6 100644 --- a/mlx/backend/metal/kernels/arg_reduce.metal +++ b/mlx/backend/metal/kernels/arg_reduce.metal @@ -114,7 +114,7 @@ template // 4. Reduce among them and go to 3 // 4. Reduce in each simd_group // 6. Write in the thread local memory - // 6. Reduce them accross thread group + // 6. Reduce them across thread group // 7. Write the output without need for atomic Op op;