From fee39ecd487d40b308ce8a9666e00824ff247aa0 Mon Sep 17 00:00:00 2001 From: Matteo Boschini <12133566+mbosc@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:52:46 +0200 Subject: [PATCH] Update ggml-metal.m Co-authored-by: Cebtenzzre --- ggml-metal.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-metal.m b/ggml-metal.m index a7a6fd428..c079e7324 100644 --- a/ggml-metal.m +++ b/ggml-metal.m @@ -749,7 +749,7 @@ void ggml_metal_graph_compute( initWithDevice:ctx->device transposeLeft:false transposeRight:true resultRows:ne11 resultColumns:ne01 interiorColumns:ne00 alpha:1.0 beta:0.0]; - // we need to do ne02 multiplications + // we need to do ne12 multiplications // TODO: is there a way to do this in parallel - currently very slow .. // TODO: might be possible to offload part of the computation to ANE using Accelerate's CBLAS for (int64_t i02 = 0; i02 < ne12; ++i02) {