09e7751d27110791800fed8cf3cb33fe859f4ef0
EngineX ships Python + precompiled .so + Triton, no .cu source. gen_patch.py generates C++ #define patches that have no target files. muh_apply.py patches the actual Python runtime values: Injection targets: - paged_attn.py: _PARTITION_SIZE (reduce tuning → partition granularity) - paged_attn.py: use_v1 threshold (V1/V2 dispatch) - computility-run.yaml: --max-num-seqs, --max-num-batched-tokens, --gpu-memory-utilization - prefix_prefill.py: BLOCK_M, NUM_WARPS (Triton JIT config) Source of truth: muh/include/muh/tuning/tuning_*.cuh bi100_* structs Pipeline: C++ headers → muh_apply.py extract → Python source patch Modes: --check: verify Python values match C++ headers (CI gate) --dry-run: show what would change (default): apply patches in-place
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%