aboutsummaryrefslogtreecommitdiff
path: root/scripts/sync-ggml.sh
AgeCommit message (Collapse)Author
2023-07-05tests : fix test-grad0Georgi Gerganov
2023-07-04ggml : sync latest (new ops, macros, refactoring) (#2106)Georgi Gerganov
- add ggml_argmax() - add ggml_tanh() - add ggml_elu() - refactor ggml_conv_1d() and variants - refactor ggml_conv_2d() and variants - add helper macros to reduce code duplication in ggml.c
2023-04-23scripts : add helper scripts to synch ggml repoGeorgi Gerganov