Commit Graph

1 Commits

Author SHA1 Message Date
dylanyunlon
15753cb68d [STATUS] Ground truth: gen_patch C++ injection dead, real path is Triton+Python tuning
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
2026-08-05 07:57:53 +00:00