]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
RoPE: fix back, CUDA support for back + noncont. (#11240)
authorJohannes Gäßler <redacted>
Wed, 15 Jan 2025 11:51:37 +0000 (12:51 +0100)
committerGitHub <redacted>
Wed, 15 Jan 2025 11:51:37 +0000 (12:51 +0100)
commit432df2d5f901a8ac93d1befad916144a0478bd9e
tree03b3311a8afb95c02280048ad32a1f0370768573
parent0ccd7f3eb2debe477ffe3c44d5353cc388c9418d
RoPE: fix back, CUDA support for back + noncont. (#11240)

* RoPE: fix back, CUDA support for back + noncont.

* fix comments reg. non-cont. RoPE support [no-ci]
ggml/include/ggml.h
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ggml-cpu.cpp
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/rope.cu
ggml/src/ggml-cuda/rope.cuh
ggml/src/ggml.c
src/llama.cpp
tests/test-backend-ops.cpp