llama.cpp/ggml/src
Romain Biessy 2a1507c162
sycl : Add option to set the SYCL architecture for all targets (#10266)
* Add option to set the SYCL architecture for all targets
* Convert GGML_SYCL_HIP_TARGET to the more generic GGML_SYCL_ARCH option
* Document that setting GGML_SYCL_ARCH can improve the performance
2024-11-19 08:02:23 +00:00
..
ggml-amx ggml : adapt AMX to tensor->grad removal (#0) 2024-11-17 08:30:29 +02:00
ggml-blas ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-cann ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-cpu ggml : fix undefined reference to 'getcpu' (#10354) 2024-11-17 10:39:22 +02:00
ggml-cuda cuda : only use native when supported by cmake (#10389) 2024-11-18 18:43:40 +01:00
ggml-hip CUDA: remove DMMV, consolidate F16 mult mat vec (#10318) 2024-11-17 09:09:55 +01:00
ggml-kompute ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-metal metal : refactor kernel args into structs (#10238) 2024-11-17 11:23:01 +02:00
ggml-musa CUDA: remove DMMV, consolidate F16 mult mat vec (#10318) 2024-11-17 09:09:55 +01:00
ggml-rpc ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-sycl sycl : Add option to set the SYCL architecture for all targets (#10266) 2024-11-19 08:02:23 +00:00
ggml-vulkan vulkan: Optimize soft_max (#10301) 2024-11-19 08:25:17 +01:00
CMakeLists.txt ggml: new optimization interface (ggml/988) 2024-11-17 08:30:29 +02:00
ggml-aarch64.c ggml : optimize Q4_0 into Q4_0_X_Y repack (#10324) 2024-11-16 01:53:37 +01:00
ggml-aarch64.h ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-alloc.c ggml: new optimization interface (ggml/988) 2024-11-17 08:30:29 +02:00
ggml-backend-impl.h llama : refactor model loader with backend registry (#10026) 2024-10-30 02:01:23 +01:00
ggml-backend-reg.cpp ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-backend.cpp llama : only use default buffer types for the KV cache (#10358) 2024-11-17 12:25:45 +01:00
ggml-common.h ggml-quants : ternary packing for TriLMs and BitNet b1.58 (#8151) 2024-09-05 21:48:47 -04:00
ggml-impl.h ggml: new optimization interface (ggml/988) 2024-11-17 08:30:29 +02:00
ggml-opt.cpp ggml : inttypes.h -> cinttypes (#0) 2024-11-17 08:30:29 +02:00
ggml-quants.c ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-quants.h ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-threading.cpp ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-threading.h ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml.c ggml : fix compile warnings (#0) 2024-11-17 08:30:29 +02:00