Commit History

Author SHA1 Message Date
  Stephan Walter f3d4edf504 ggml : Q4 cleanup - remove 4-bit dot product code (#1061) 2 years ago
  slaren 8944a13296 Add NVIDIA cuBLAS support (#1044) 2 years ago
  slaren 6667401238 Multi-threaded ggml_cpy (#1035) 2 years ago
  Georgi Gerganov 77a73403ca ggml : add new Q4_2 quantization (ARM only) (#1046) 2 years ago
  Georgi Gerganov 50a8a2af97 ggml : scratch that - vmlaq_n_f32 is always better 2 years ago
  Georgi Gerganov dcdd65e296 ggml : optimize ggml_vec_dot_q4_0_q8_0() using vectorized accumulators 2 years ago
  slaren 315a95a4d3 Add LoRA support (#820) 2 years ago
  Georgi Gerganov 69b740289f ggml : avoid using ggml_fp16_to_fp32() and ggml_fp32_to_fp16() in ggml.c 2 years ago
  Ivan Komarov f266259ad9 Speedup the AVX-512 implementation of ggml_vec_dot_q4_0() (#933) 2 years ago
  Stephan Walter 2f7c8e014e Fix potential int8 overflow in non-SIMD vec_dot (#986) 2 years ago
  Stephan Walter 0ad964631f Refactor ggml.c for future tensor types (#1001) 2 years ago
  Georgi Gerganov e95b6554b4 ggml : add Q8_0 quantization for intermediate results (#951) 2 years ago
  Georgi Gerganov aa485cee33 ggml : use posix_memalign on non-Windows env 2 years ago
  Pavol Rusnak c56b715269 Expose type name from ggml (#970) 2 years ago
  Kerfuffle c9a59b70a5 ggml : add unary and binary map operations (#874) 2 years ago
  Georgi Gerganov 1623a6e9b4 ggml : minor 2 years ago
  Georgi Gerganov c14e0d2f23 ggml : always allocate buffers with size multiple of GGML_MEM_ALIGN 2 years ago
  Georgi Gerganov 0f07cacb05 ggml : fix q4_1 dot product types 2 years ago
  Howard Su c5d70f5c9e ggml : optimize rope function to avoid call powf in the tight loop (#807) 2 years ago
  Georgi Gerganov a3a2a0eda8 ggml : add GGML_DEFAULT_N_THREADS 2 years ago
  Georgi Gerganov d990e3fffc ggml : speed-up ggml_vec_dot_q4_1() ARM_NEON + 32-bit ARM support (#900) 2 years ago
  Stephan Walter 6232f2d7fd ggml : optimize non-SIMD Q4_0 vector dot product (#703) 2 years ago
  Pavol Rusnak 6c248707f5 ggml : introduce GGML_ALIGNED_MALLOC/GGML_ALIGNED_FREE macros (#884) 2 years ago
  Vladimir 8c3ffc2f04 ggml : update cblas_sgemm columns var to be more reasonable (#838) 2 years ago
  Pavol Rusnak 8b679987cd Fix whitespace, add .editorconfig, add GitHub workflow (#883) 2 years ago
  Stephan Walter 3e6e70d8e8 Add enum llama_ftype, sync ggml_type to model files (#709) 2 years ago
  comex 2663d2c678 Windows fixes (#890) 2 years ago
  Georgi Gerganov 461ba9e66e ggml : fix WASM build 2 years ago
  Georgi Gerganov c3ac702e5e ggml : add ggml_cont() + optimize ggml_cpy() for contiguous dst 2 years ago
  Georgi Gerganov 9d634ef452 ggml : remove trailing whitespaces 2 years ago