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
This commit is contained in:
a3sh
2025-03-31 18:05:13 +02:00
committed by GitHub
parent 403fbacbbc
commit 250d7953e8
5 changed files with 322 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "common.cuh"
void ggml_cuda_op_ssm_conv(ggml_backend_cuda_context & ctx, ggml_tensor * dst);