Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/performance/utils/overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _set_nccl_ub_overrides(recipe: ConfigContainer, nccl_ub: bool = False) -> Co
# To enable symmetric kernels, average_in_collective must be disabled.
recipe.ddp.average_in_collective = False

if recipe.ddp.use_megatron_fsdp:
if recipe.ddp.use_megatron_fsdp and recipe.ddp.nccl_ub:
recipe.ddp.fsdp_manual_registration = True

return recipe
Expand Down
Loading