]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sync : ggml
authorGeorgi Gerganov <redacted>
Tue, 27 Aug 2024 19:01:45 +0000 (22:01 +0300)
committerGeorgi Gerganov <redacted>
Tue, 27 Aug 2024 19:41:27 +0000 (22:41 +0300)
commit231cff5f6f1c050bcb448a8ac5857533b4c05dc7
treed26c0633c1ab12567e3f4dbce8608816a7d4e2fc
parent3246fe84d78c8ccccd4291132809236ef477e9ea
sync : ggml
21 files changed:
ggml/include/ggml-backend.h
ggml/include/ggml.h
ggml/src/ggml-cuda.cu
ggml/src/ggml-cuda/binbcast.cu
ggml/src/ggml-cuda/binbcast.cuh
ggml/src/ggml-cuda/cross-entropy-loss.cu [new file with mode: 0644]
ggml/src/ggml-cuda/cross-entropy-loss.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/sumrows.cu
ggml/src/ggml-cuda/sumrows.cuh
ggml/src/ggml-cuda/unary.cu
ggml/src/ggml-cuda/unary.cuh
ggml/src/ggml-metal.m
ggml/src/ggml-metal.metal
ggml/src/ggml-quants.c
ggml/src/ggml-vulkan.cpp
ggml/src/ggml.c
ggml/src/vulkan-shaders/cos.comp [new file with mode: 0644]
ggml/src/vulkan-shaders/sin.comp [new file with mode: 0644]
scripts/sync-ggml.last
tests/test-backend-ops.cpp
tests/test-grad0.cpp