whisper.cpp/ggml/src
Plamen Minev bd1a9e34c9 ggml : fix GGMLMetalClass ODR (llama/12200)
-- it might happen if ggml is loaded from 2 separate libraries since each one of them will expose the class. This is more of a guard since we want to use only Metal as embedded library and don't care about the other case.
2025-03-08 15:13:01 +02:00
..
ggml-amx ggml : adapt AMX to tensor->grad removal (llama/0) 2024-11-20 21:00:08 +02:00
ggml-blas ggml : add support for dynamic loading of backends (llama/10469) 2024-12-08 20:14:35 +02:00
ggml-cann ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00
ggml-cpu ggml : ggml_compute_forward_concat() for arbitrary tensor type (ggml/1118) 2025-03-08 15:13:01 +02:00
ggml-cuda HIP: implement FlashAttention via rocWMMA for CDNA and RDNA3+ (llama/12032) 2025-03-08 15:13:01 +02:00
ggml-hip HIP: implement FlashAttention via rocWMMA for CDNA and RDNA3+ (llama/12032) 2025-03-08 15:13:01 +02:00
ggml-kompute llama : add Qwen2VL support + multimodal RoPE (llama/10361) 2024-12-18 12:52:16 +02:00
ggml-metal ggml : fix GGMLMetalClass ODR (llama/12200) 2025-03-08 15:13:01 +02:00
ggml-musa CUDA: app option to compile without FlashAttention (llama/12025) 2025-02-27 08:55:36 +02:00
ggml-opencl ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00
ggml-rpc ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00
ggml-sycl SYCL: Move CPY kernels to a separate file and add few missing kernels (llama/12133) 2025-03-08 15:13:01 +02:00
ggml-vulkan vulkan : sync (llama/0) 2025-03-08 15:13:01 +02:00
CMakeLists.txt whisper : support GGML_BACKEND_DL (#2843) 2025-02-27 13:35:07 +01:00
ggml-alloc.c ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00
ggml-backend-impl.h ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00
ggml-backend-reg.cpp ggml : portability fixes for VS 2017 (llama/12150) 2025-03-08 15:13:01 +02:00
ggml-backend.cpp ggml : portability fixes for VS 2017 (llama/12150) 2025-03-08 15:13:01 +02:00
ggml-common.h CUDA: use arch list for compatibility check (llama/11775) 2025-02-27 08:55:36 +02:00
ggml-impl.h MUSA: support ARM64 and enable dp4a .etc (llama/11843) 2025-02-27 08:55:36 +02:00
ggml-opt.cpp ggml-opt: fix data corruption (ggml/1022) 2024-12-08 20:14:35 +02:00
ggml-quants.c ggml : portability fixes for VS 2017 (llama/12150) 2025-03-08 15:13:01 +02:00
ggml-quants.h ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
ggml-threading.cpp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
ggml-threading.h remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797) 2024-12-18 12:52:16 +02:00
ggml.c ggml : ggml_compute_forward_concat() for arbitrary tensor type (ggml/1118) 2025-03-08 15:13:01 +02:00
gguf.cpp cmake : add sanitizer flags for llama.cpp (llama/11279) 2025-02-03 22:00:57 +02:00