mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-28 05:30:58 -05:00
* 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