mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-01 08:40:19 +00:00
79c1160b07
* cuda: refactored ssm_scan to use CUB * fixed compilation error when when not using CUB * assign L to constant and use size_t instead of int * deduplicated functions * change min blocks per mp to 1 * Use cub load and store warp transpose * suppress clang warning