aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/ssm-scan.cuh
blob: ee078f5ebb8c0b769c94bae75be3f8e94be6e683 (plain)
1
2
3
#include "common.cuh"

void ggml_cuda_op_ssm_scan(ggml_backend_cuda_context & ctx, ggml_tensor * dst);