5c05a03470c435eec27267b3670b61a1a332aab4
gen_config.py replaces gen_patch.py's dead csrc/*.cu injection path. Generates Triton autotune configs derived from CCCL tuning principles: - SMEM constraints (Q_tile + K_tile <= 48KB for head_dim=256) - Occupancy model (16 SMs, register pressure per config) - bytes_in_flight (56 GB/s per-SM -> 64KB -> num_stages=2) 63 valid configs from 2304 combinations, 19 new. PIPELINE_REALITY_CHECK.md: enginex has no .cu source. All injection targets are Python/Triton, not C++.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%