mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-01 09:01:57 +00:00
metal : fix typo [no ci]
This commit is contained in:
@@ -2564,7 +2564,7 @@ static void ggml_metal_encode_node(
|
|||||||
id<MTLComputePipelineState> pipeline = nil;
|
id<MTLComputePipelineState> pipeline = nil;
|
||||||
|
|
||||||
int nsg = 0; // number of simdgroups
|
int nsg = 0; // number of simdgroups
|
||||||
int nr0 = 0; // number of src0 rows per threadgroup
|
int nr0 = 0; // number of src0 rows per simdgroup
|
||||||
int nr1 = 1; // number of src1 rows per threadgroup
|
int nr1 = 1; // number of src1 rows per threadgroup
|
||||||
|
|
||||||
size_t smem = 0; // shared memory
|
size_t smem = 0; // shared memory
|
||||||
|
|||||||
Reference in New Issue
Block a user