]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: backwards pass for misc. ops, add tests (#11257)
authorJohannes Gäßler <redacted>
Thu, 16 Jan 2025 15:43:38 +0000 (16:43 +0100)
committerGitHub <redacted>
Thu, 16 Jan 2025 15:43:38 +0000 (16:43 +0100)
commit9c8dcefe171ba70ed14f2a64d1433da12d0dd1c1
tree8adc62b673c771f16215148a0b6d844e5e445d1c
parent681149ced2582f48c24792403df1307fed5eb951
CUDA: backwards pass for misc. ops, add tests (#11257)

* CUDA: backwards pass for misc. ops, add tests

* remove restrict from pointers
18 files changed:
ggml/include/ggml.h
ggml/src/ggml-alloc.c
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ggml-cpu.cpp
ggml/src/ggml-cuda/cross-entropy-loss.cu
ggml/src/ggml-cuda/getrows.cu
ggml/src/ggml-cuda/getrows.cuh
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/norm.cu
ggml/src/ggml-cuda/norm.cuh
ggml/src/ggml-cuda/out-prod.cu
ggml/src/ggml-cuda/rope.cu
ggml/src/ggml-cuda/softmax.cu
ggml/src/ggml-cuda/softmax.cuh
ggml/src/ggml-cuda/unary.cu
ggml/src/ggml-cuda/unary.cuh
ggml/src/ggml.c
tests/test-backend-ops.cpp