whisper.cpp/ggml/src
Alexander Heisler 2648a706e0 ggml-cuda: provide static workspace for cuBLAS handles (llama/26574)
* provide static workspace for cuBLAS handles

* account for concurrent streams when using GGML_CUDA_GRAPH_OPT

* drop cublas_handle overloads and remove direct cublasSetStream calls

* Update ggml/src/ggml-cuda/common.cuh

---------

Co-authored-by: Oliver Simons <osimons@nvidia.com>
2026-08-21 19:23:26 +03:00
..
ggml-blas llama: add default load-mode auto, which avoids mmap on iGPUs (llama/26081) 2026-08-14 22:16:06 +03:00
ggml-cann ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml-cpu ggml-cpu: gate __fp16 on __ARM_FP16_FORMAT_IEEE (llama/26860) 2026-08-21 19:23:26 +03:00
ggml-cuda ggml-cuda: provide static workspace for cuBLAS handles (llama/26574) 2026-08-21 19:23:26 +03:00
ggml-et ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml-hexagon hexagon: fix FA HMX queue ordering and pack the rescale D matrices (llama/27042) 2026-08-21 19:23:26 +03:00
ggml-hip ggml-hip : remove -funsafe-math-optimizations (llama/26696) 2026-08-14 22:16:06 +03:00
ggml-metal ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml-musa ggml-cuda: native bf16 flash attention for vec kernel (llama/20525) 2026-03-29 15:04:36 +03:00
ggml-opencl opencl: make the MoE expert scatter deterministic (llama/26464) 2026-08-21 19:23:26 +03:00
ggml-openvino ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml-rpc RPC: populate use_count to enable fusion inside backends (llama/27142) 2026-08-21 19:23:26 +03:00
ggml-sycl sycl: report zero devices instead of aborting when the host has none (llama/27291) 2026-08-21 19:23:26 +03:00
ggml-virtgpu llama: add default load-mode auto, which avoids mmap on iGPUs (llama/26081) 2026-08-14 22:16:06 +03:00
ggml-vulkan vulkan : add source groups for shaders (llama/26666) 2026-08-21 19:23:26 +03:00
ggml-webgpu ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml-zdnn llama: add default load-mode auto, which avoids mmap on iGPUs (llama/26081) 2026-08-14 22:16:06 +03:00
ggml-zendnn llama: add default load-mode auto, which avoids mmap on iGPUs (llama/26081) 2026-08-14 22:16:06 +03:00
CMakeLists.txt sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
ggml-alloc.c ggml-alloc: fix out-of-bounds read in ggml_dyn_tallocr_remove_block (ggml/1492) 2026-05-25 12:26:07 +03:00
ggml-backend-dl.cpp
ggml-backend-dl.h
ggml-backend-impl.h tensor-split meta backend fixes (llama/26502) 2026-08-21 19:23:26 +03:00
ggml-backend-meta.cpp tensor-split meta backend fixes (llama/26502) 2026-08-21 19:23:26 +03:00
ggml-backend-reg.cpp sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
ggml-backend.cpp tensor-split meta backend fixes (llama/26502) 2026-08-21 19:23:26 +03:00
ggml-common.h Add Q2_0 quantization: type definition and CPU backend (llama/24448) 2026-07-10 13:06:42 +03:00
ggml-feats.h ggml : fix arm builds, unused var (llama/26991) 2026-08-14 22:16:06 +03:00
ggml-impl.h ggml: add graph_reused (llama/21764) 2026-04-30 11:29:11 +03:00
ggml-opt.cpp fix: free ctx_copy in ggml_opt_free to plug per-training-session leak (llama/21592) 2026-04-30 11:29:03 +03:00
ggml-quants.c Add Q2_0 quantization: type definition and CPU backend (llama/24448) 2026-07-10 13:06:42 +03:00
ggml-quants.h Add Q2_0 quantization: type definition and CPU backend (llama/24448) 2026-07-10 13:06:42 +03:00
ggml-threading.cpp
ggml-threading.h
ggml.c ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
ggml.cpp
gguf.cpp gguf : harden loader against malformed tensor dims and metadata types (llama/25596) 2026-08-14 22:16:06 +03:00