]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : faster ssm scan (llama/10558)
authora3sh <redacted>
Mon, 31 Mar 2025 16:05:13 +0000 (00:05 +0800)
committerGeorgi Gerganov <redacted>
Wed, 2 Apr 2025 12:13:02 +0000 (15:13 +0300)
commitf22e6cac07d2ea484b5d219861943b67b2865d36
tree7f4f9687a4de3a3df928186b862fea16fc1f3a7a
parent930dae5a11e5df76b066cd3e1e8ad1e8596a0899
ggml : faster ssm scan (llama/10558)

* faster ssm_scan

* delete unused commnet

* clang format

* add space

* modify unnecessary calculations

* faster ssm conv implementatioin

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