]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: non-contiguous (RMS) norm support (#11659)
authorJohannes Gäßler <redacted>
Tue, 4 Feb 2025 21:21:42 +0000 (22:21 +0100)
committerGitHub <redacted>
Tue, 4 Feb 2025 21:21:42 +0000 (22:21 +0100)
commitfd08255d0dea6625596c0367ee0a11d195f36762
tree06e416f86a0c254cdaa7529b1f95acc141d73002
parent3ec9fd4b77b6aca03a3c2bf678eae3f9517d6904
CUDA: non-contiguous (RMS) norm support (#11659)

* CUDA: non-contiguous (RMS) norm support

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/norm.cu
ggml/src/ggml-metal/ggml-metal.m
ggml/src/ggml-vulkan/ggml-vulkan.cpp
src/llama.cpp
tests/test-backend-ops.cpp