]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : faster ssm scan (#10558)
authora3sh <redacted>
Mon, 31 Mar 2025 16:05:13 +0000 (00:05 +0800)
committerGitHub <redacted>
Mon, 31 Mar 2025 16:05:13 +0000 (18:05 +0200)
commit250d7953e829ff0e16074510fef0e7cec696461b
treedab49b46276a9216a9dd669a3177fba6f7924316
parent403fbacbbcd3650abcc53e84f5e6bf88e51dd6f5
ggml : faster ssm scan (#10558)

* faster ssm_scan

* delete unused commnet

* clang format

* add space

* modify unnecessary calculations

* faster ssm conv implementatioin

* modify file name with dash
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/ssm-conv.cu [new file with mode: 0644]
ggml/src/ggml-cuda/ssm-conv.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/ssm-scan.cu [new file with mode: 0644]
ggml/src/ggml-cuda/ssm-scan.cuh [new file with mode: 0644]