ggml : fix typo gmml (#20512)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
parent
8f974d2392
commit
b5e1212063
|
|
@ -253,7 +253,7 @@ option(GGML_OPENCL_PROFILING "ggml: use OpenCL profiling (increas
|
||||||
option(GGML_OPENCL_EMBED_KERNELS "ggml: embed kernels" ON)
|
option(GGML_OPENCL_EMBED_KERNELS "ggml: embed kernels" ON)
|
||||||
option(GGML_OPENCL_USE_ADRENO_KERNELS "ggml: use optimized kernels for Adreno" ON)
|
option(GGML_OPENCL_USE_ADRENO_KERNELS "ggml: use optimized kernels for Adreno" ON)
|
||||||
set (GGML_OPENCL_TARGET_VERSION "300" CACHE STRING
|
set (GGML_OPENCL_TARGET_VERSION "300" CACHE STRING
|
||||||
"gmml: OpenCL API version to target")
|
"ggml: OpenCL API version to target")
|
||||||
|
|
||||||
option(GGML_HEXAGON "ggml: enable Hexagon backend" OFF)
|
option(GGML_HEXAGON "ggml: enable Hexagon backend" OFF)
|
||||||
set(GGML_HEXAGON_FP32_QUANTIZE_GROUP_SIZE 128 CACHE STRING "ggml: quantize group size (32, 64, or 128)")
|
set(GGML_HEXAGON_FP32_QUANTIZE_GROUP_SIZE 128 CACHE STRING "ggml: quantize group size (32, 64, or 128)")
|
||||||
|
|
|
||||||
|
|
@ -9624,7 +9624,7 @@ void ggml_compute_forward_win_unpart(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//gmml_compute_forward_unary
|
//ggml_compute_forward_unary
|
||||||
|
|
||||||
void ggml_compute_forward_unary(
|
void ggml_compute_forward_unary(
|
||||||
const ggml_compute_params * params,
|
const ggml_compute_params * params,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue