dylanyunlon
|
0ba2221d9c
|
docs: CCCL → vllm kernel pattern mapping for competition
Maps 5 CCCL patterns to actual vllm kernels:
1. Multi-field reduction → paged_attention (83% weight)
2. Prefix scan + transform → softmax in prefix_prefill
3. Transform → SiLU/GeLU/RMSNorm (14% weight)
4. TopK → sampling (via precompiled .so)
5. Flash attention → all patterns combined in triton kernel
Identifies 30 competition-critical files from 5205 in cccl_upstream.
|
2026-08-07 03:19:39 +00:00 |
|