Key findings from full source code analysis:
- enginex ships .so + Python + Triton, NO .cu source
- gen_patch.py VLLM_INJECTION_POINTS all dead (confirmed in code)
- Real optimization: prefix_prefill.py + paged_attn.py Triton params
- bi100_configs.json: 22 flash_attn + 9 prefill + 5 moe configs done
- muh 27 headers average 21% coverage of CCCL (3618 vs 17000+ lines)
- cccl_upstream already has everything needed, no full clone required
- bench_bi100.py written but needs BI-V100 hardware to produce real data