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
2026-07-30 17:03:23 +08:00

project_6

Description
No description provided
Readme 428 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%