From 2f689dee06592eedab53fcb822463eac1b238b87 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 7 Sep 2023 15:33:21 +0300 Subject: [PATCH] metal : minor --- ggml-metal.metal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-metal.metal b/ggml-metal.metal index b8e67b2c5..d66ff340a 100644 --- a/ggml-metal.metal +++ b/ggml-metal.metal @@ -111,7 +111,7 @@ kernel void kernel_soft_max( uint3 tgpig[[threadgroup_position_in_grid]], uint3 tpitg[[thread_position_in_threadgroup]], uint3 ntg[[threads_per_threadgroup]]) { - const int64_t i03 = tgpig[2]; + const int64_t i03 = tgpig[2]; const int64_t i02 = tgpig[1]; const int64_t i01 = tgpig[0];