whisper.cpp/ggml/src
Akarshan Biswas 3199356d3a SYCL: implement memset ggml backend buffer interface (llama/12580)
* SYCL: implement memset ggml backend buffer interface

* use GGML_ABORT macro

* Do not wait for all queues to finish for memset operation
2025-03-27 11:06:03 +02:00
..
ggml-amx
ggml-blas
ggml-cann MUL_MAT optimization (llama/12382) 2025-03-27 11:06:03 +02:00
ggml-cpu ggml : fix MUL_MAT_ID repack with Q8_K (llama/12544) 2025-03-27 11:06:03 +02:00
ggml-cuda HIP: Add support for RDNA4 targets (llama/12372) 2025-03-27 11:06:03 +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
ggml-metal metal : refactor mat-vec code (llama/12569) 2025-03-27 11:06:03 +02:00
ggml-musa cuda : enable CUDA Graph on CUDA Toolkit < 12.x (llama/12394) 2025-03-27 11:06:03 +02:00
ggml-opencl opencl: simplify kernel embedding logic in cmakefile (llama/12503) 2025-03-27 11:06:03 +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: implement memset ggml backend buffer interface (llama/12580) 2025-03-27 11:06:03 +02:00
ggml-vulkan vulkan: fix mul_mat_vec failure in backend tests (llama/12529) 2025-03-27 11:06:03 +02:00
CMakeLists.txt Fix build on Windows when ccache enabled (ggml/9954) (llama/9976) 2025-03-27 11:06:03 +02: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-backend : fix backend search path (llama/12330) 2025-03-27 11:06:03 +02:00
ggml-backend.cpp ggml : portability fixes for VS 2017 (llama/12150) 2025-03-08 15:13:01 +02:00
ggml-common.h
ggml-impl.h
ggml-opt.cpp
ggml-quants.c ggml : portability fixes for VS 2017 (llama/12150) 2025-03-08 15:13:01 +02:00
ggml-quants.h
ggml-threading.cpp
ggml-threading.h
ggml.c llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
gguf.cpp