Skip to content

Commit 187fecf

Browse files
mbosccebtenzzre
andauthored
Update ggml-metal.m
Co-authored-by: Cebtenzzre <[email protected]>
1 parent ab11b38 commit 187fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-metal.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ void ggml_metal_graph_compute(
749749
initWithDevice:ctx->device transposeLeft:false transposeRight:true
750750
resultRows:ne11 resultColumns:ne01 interiorColumns:ne00 alpha:1.0 beta:0.0];
751751

752-
// we need to do ne02 multiplications
752+
// we need to do ne12 multiplications
753753
// TODO: is there a way to do this in parallel - currently very slow ..
754754
// TODO: might be possible to offload part of the computation to ANE using Accelerate's CBLAS
755755
for (int64_t i02 = 0; i02 < ne12; ++i02) {

0 commit comments

Comments
 (0)