metal : minor [no ci]
This commit is contained in:
parent
73f378df82
commit
9c13f952f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue