index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ggml.c
Age
Commit message (
Expand
)
Author
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-09-07
ggml : posixify madvise and pagesize (#3037)
Przemysław Pawełczyk
2023-09-02
k-quants : fix build on armv7 (android only) (#2920)
Jhen-Jie Hong
2023-09-01
ggml : add RISC-V vector intrinsics support (#2929)
Tameem
2023-08-29
ggml : add view_src and view_offs to ggml_tensor for views (#2874)
slaren
2023-08-28
train : mem usage and other improvements (#2439)
xaedes
2023-08-28
ggml : sync (mem align to header + conv_transpose_2d fixes + ggml_alloc) (#2852)
Georgi Gerganov
2023-08-28
metal : fix memory leak (#2762)
Georgi Gerganov
2023-08-27
gguf : fix strings to not be null-terminated (#2839)
Georgi Gerganov
2023-08-27
gguf : add 64-bit support (GGUF v2) (#2821)
Georgi Gerganov
2023-08-27
ggml : detect SSSE3 (#2825)
Przemysław Pawełczyk
2023-08-23
llm : add Falcon support (#2717)
Georgi Gerganov
2023-08-22
ggml : sync latest (SAM + SD operators, CUDA alibi) (#2709)
Georgi Gerganov
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-08-20
ggml : move all type info to ggml_type_traits (#2663)
slaren
2023-08-07
ggml : mul mat tweaks (#2372)
Georgi Gerganov
2023-08-07
ggml : pad result of ggml_nbytes()
Georgi Gerganov
2023-08-07
ggml : change params pointer (style change) (#2539)
Georgi Gerganov
2023-08-07
ggml : sync (custom ops) (#2537)
Georgi Gerganov
2023-07-30
ggml : add graph tensor allocator (#2411)
slaren
2023-07-26
ggml : fix assert in ggml_set_unary_op (#2410)
slaren
2023-07-26
ggml : allocate graphs in a context (#2392)
slaren
2023-07-25
ggml : fix ggml_flash_attn to use op_params (#2387)
slaren
2023-07-25
ggml : relax contiguous constraints in activation function (#2371)
Jiahao Li
2023-07-25
ggml : improve graph build time via hash table lookup (#2329)
slaren
2023-07-24
make rms_norm_eps a parameter (#2374)
slaren
2023-07-24
ggml : sync (unary ops refactor, static-correctness) (#2370)
Georgi Gerganov
2023-07-23
fix n_tasks (#2342)
slaren
2023-07-23
ggml: move op parameters from tensors to ggml_tensor::op_params (#2333)
slaren
2023-07-21
ggml : fix the rope fix (513f8619535a64fa9ace808cdcbcf66211535f5c)
Georgi Gerganov
2023-07-21
ggml : fix rope args order + assert (#2054)
Georgi Gerganov
2023-07-16
ggml : fixed runtime bugs and compile errors related to GGML_PERF and GGML_DE...
Qingyou Meng
2023-07-15
llama : add custom RoPE (#2054)
Xiao-Yong Jin
2023-07-14
ggml : fix static_assert with older compilers #2024 (#2218)
Evan Miller
2023-07-14
ggml : sync (ggml_conv_2d, fix mul_mat bug, CUDA GLM rope)
Georgi Gerganov
2023-07-12
ggml : broadcast mul_mat + conv batch support (#2199)
Georgi Gerganov
2023-07-12
ggml : add ggml_pool_1d and ggml_pool_2d
Georgi Gerganov
2023-07-11
ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183)
Georgi Gerganov
2023-07-11
ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178)
Spencer Sutton
2023-07-09
ggml : fix buidling with Intel MKL but ask for "cblas.h" issue (#2104) (#2115)
clyang
2023-07-07
ggml : change ggml_graph_compute() API to not require context (#1999)
Qingyou Meng
2023-07-07
ggml : remove sched_yield() call in ggml_graph_compute_thread() (#2134)
Georgi Gerganov
2023-07-05
ggml : fix bug introduced in #1237
Georgi Gerganov
2023-07-05
ggml : generalize `quantize_fns` for simpler FP16 handling (#1237)
Stephan Walter
2023-07-04
ggml : sync latest (new ops, macros, refactoring) (#2106)
Georgi Gerganov
2023-07-02
ggml : fix build with OpenBLAS (close #2066)
Georgi Gerganov
2023-07-01
ggml : disable GGML_TASK_INIT and GGML_TASK_FINALIZE by default (#1995)
Qingyou Meng
2023-06-27
fix pthreads setaffinity usage on android (#2020)
Erik Scholz
2023-06-27
ggml : add support for ChatGLM RoPE
Georgi Gerganov
2023-06-26
ggml : avoid conv 2d kernel round up
Georgi Gerganov
[next]