]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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:51:57 +0000 (15:51 +0300)
commit842b9c984c7cfacc68dbfc8040e74da8fb7051e6
treefd422689473179c8df5c912e80a9a130f9aed533
parent0810f025477dde29c338a9c7f9e9ceefc71eb62f
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
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]