]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 3 Feb 2025 20:00:57 +0000 (22:00 +0200)
commitde49024e49d5cca0b5bfc44d02f8e6271a4ab585
tree777c3495ef0e746e6f1a56039aea452c549a64d9
parentdb6383094c347474c3af1fddc83cc386177cfbd5
CUDA: backwards pass for misc. ops, add tests (llama/11257)

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

* remove restrict from pointers
17 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