whisper.cpp/ggml/include
Acly 9d7cb80f04 ggml-cpu : "align corners" for bilinear upscale/downscale (ggml/1285)
* add "align corners" mode for bilinear upscale, and allow downscaling
* add ggml_interpolate, deprecate ggml_upscale_ext, pass in align-corners as bit-flag
* test-backend-ops: replace ggml_upscale_ext with ggml_interpolate, add test cases for downscale and align-corners
2025-07-01 17:54:53 +03:00
..
ggml-alloc.h
ggml-backend.h Add `--no-op-offload` to improve `-ot` pp perf in MoE models like llama4 400B (llama/13386) 2025-05-13 13:59:21 +03:00
ggml-blas.h
ggml-cann.h
ggml-cpp.h ggml : fix ggml_gallocr_ptr type (ggml/1205) 2025-05-01 13:29:02 +03:00
ggml-cpu.h ggml: move fp16/bf16 conversion optimizations to CPU backend + export conversion APIs (llama/13107) 2025-05-01 13:29:02 +03:00
ggml-cuda.h
ggml-kompute.h
ggml-metal.h
ggml-opencl.h
ggml-opt.h mnist: fix segmentation fault (ggml/1227) 2025-05-19 14:58:39 +03:00
ggml-rpc.h rpc : do not wait for response when sending RPC_CMD_SET_TENSOR (llama/12943) 2025-05-01 13:29:02 +03:00
ggml-sycl.h
ggml-vulkan.h
ggml.h ggml-cpu : "align corners" for bilinear upscale/downscale (ggml/1285) 2025-07-01 17:54:53 +03:00
gguf.h