OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/skills --skill nemo-mbridge-perf-tp-dp-comm-overlap
Operational guide for enabling TP, DP, and PP communication overlap in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.
npx skills add nvidia/skills --skill nemo-mbridge-perf-tp-dp-comm-overlap
For stable background and recommendation level, see:
Minimal Bridge override:
Optional TP preset:
Precision knobs belong to mixed precision:
Bridge overlap gating:
PP overlap selection:
DP overlap defaults:
Launch-time env tuning:
sequence_parallel=False or Transformer Engine is unavailable.overlap_p2p_comm=True when PP > 1 and VPP > 1.bucket_size is a parameter-count knob, not a byte-size knob.grad_reduce_in_fp32 and fp8_param_gather should be set through mixed precision, not as standalone DDP tuning first.CUDA_DEVICE_MAX_CONNECTIONS and LayerNorm SM margin are launch-time plugin settings, not CommOverlapConfig fields.Use the checked-in overlap unit coverage first:
Optional second check if nemo_run is available:
Success criteria:
26 passed