Files
composable_kernel/include/ck
Max Podkorytov 02e42dcaa1 Replace lambdas with named functors in container_concat
Lambdas create unique types per call site, causing duplicate template
instantiations. Named functors are shared across call sites.

Results:
- container_concat: 186 → 93 instantiations (50% reduction)
- Wall-clock: 518ms → 309ms (40% reduction)
2026-01-16 21:46:07 -06:00
..
2025-11-27 08:48:00 +01:00