]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
CUDA: backwards pass for misc. ops, add tests (llama/11257)
authorJohannes Gäßler <redacted>
Thu, 16 Jan 2025 15:43:38 +0000 (16:43 +0100)
committerGeorgi Gerganov <redacted>
Wed, 29 Jan 2025 10:57:00 +0000 (12:57 +0200)
commit93ea00164a6201ba2dec6fa9eb5f278848aa5320
tree8ba44b10d724abaa16bbce3891926969a42ad410
parent4d227d4d915c55c3b8f796611591e86455d9879d
CUDA: backwards pass for misc. ops, add tests (llama/11257)

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

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