whisper.cpp/ggml/src
anavp-nvidia 62b3b86e3f
cuda : Enable CUDA Graph usage for Nemotron Nano v2 (NemotronH) (llama/16328)
* Fix Nemotron Nano v2 9B not executing as CUDA Graph on NVIDIA GPUs

* fix to ensure test-backend-ops check passes
2025-09-30 12:31:04 +03: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 kleidiai : fix work size and threads sync for fp16 (llama/16246) 2025-09-30 12:31:04 +03:00
ggml-cuda cuda : Enable CUDA Graph usage for Nemotron Nano v2 (NemotronH) (llama/16328) 2025-09-30 12:31:04 +03:00
ggml-hip
ggml-metal metal : dynamic simdgroups for MV kernels (llama/16340) 2025-09-30 12:31:04 +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 rpc : use ggml logging facilities 2025-09-29 15:18:10 +03:00
ggml-sycl ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
ggml-vulkan vulkan: Fix validation failure in quantized flash attention (llama/16292) 2025-09-29 15:18:12 +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 ggml : split graph allocations according to backend max buffer size (llama/15815) 2025-09-29 15:18:09 +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 root cause in error message if loading backend library fails (llama/16172) 2025-09-30 12:31:00 +03:00
ggml-backend.cpp llama: print memory breakdown on exit (llama/15860) 2025-09-29 15:18:10 +03:00
ggml-common.h
ggml-impl.h ggml : split graph allocations according to backend max buffer size (llama/15815) 2025-09-29 15:18:09 +03:00
ggml-opt.cpp
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
ggml-threading.cpp
ggml-threading.h
ggml.c ggml : fix dependencies for ggml_set_rows (llama/16318) 2025-09-29 15:18:12 +03:00
ggml.cpp
gguf.cpp