metal : minor [no ci]

This commit is contained in:
Georgi Gerganov 2024-11-05 09:59:10 +02:00
parent 73f378df82
commit 9c13f952f8
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -3145,7 +3145,7 @@ static void ggml_metal_encode_node(
GGML_ASSERT(nqptg % 8 == 0); GGML_ASSERT(nqptg % 8 == 0);
GGML_ASSERT(ncpsg % 32 == 0); GGML_ASSERT(ncpsg % 32 == 0);
// 16*32*nsgmax // 16*32*(nsg)
// the shared memory needed for the simdgroups to load the KV cache // the shared memory needed for the simdgroups to load the KV cache
// each thread loads (dequantizes) 16 head elements, there are 32 threads in th SG // each thread loads (dequantizes) 16 head elements, there are 32 threads in th SG
// //