whisper.cpp/ggml/src
Sigbjørn Skjæret 73e8f3acb8
ggml : fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl (llama/15928)
* fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl

* change initialization to true
2025-09-29 15:18:09 +03:00
..
ggml-amx ggml : adapt AMX to tensor->grad removal (llama/0) 2024-11-20 21:00:08 +02:00
ggml-blas rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-cann rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-cpu ggml-cpu : fix typo in gemm comments [no ci] (llama/16189) 2025-09-29 15:18:09 +03:00
ggml-cuda ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-hip HIP: bump requirement to rocm 6.1 (llama/15296) 2025-08-18 20:30:45 +03:00
ggml-metal ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-musa CUDA: replace GGML_CUDA_F16 with CUDA arch checks (llama/15433) 2025-09-20 13:42:38 +03:00
ggml-opencl ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-rpc rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-sycl ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-vulkan ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-webgpu ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-zdnn zdnn: refactor codebase + add docs (llama/16178) 2025-09-29 15:18:09 +03:00
CMakeLists.txt cmake : fix static linking for OpenMP on Unix-like systems (llama/16031) 2025-09-20 13:46:39 +03:00
ggml-alloc.c llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
ggml-backend-impl.h rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-backend-reg.cpp ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type (llama/15797) 2025-09-20 13:45:28 +03:00
ggml-backend.cpp rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-common.h llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
ggml-impl.h ggml : extend ggml_can_fuse to work with non-sequential nodes (llama/16123) 2025-09-29 15:18:09 +03:00
ggml-opt.cpp finetune: SGD optimizer, more CLI args (llama/13873) 2025-08-18 20:30:45 +03:00
ggml-quants.c ggml : fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl (llama/15928) 2025-09-29 15:18:09 +03:00
ggml-quants.h llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03: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 : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml.cpp ggml : Print backtrace on uncaught C++ exceptions (ggml/1232) 2025-05-29 09:56:26 +03:00
gguf.cpp ggml : prevent integer overflow in gguf tensor size calculation (llama/14595) 2025-07-12 19:23:56 +03:00