Update some comments and docs

This commit is contained in:
Chenggang Zhao
2025-02-27 10:27:22 +08:00
parent 3885404ffb
commit 77bb07aa20
3 changed files with 12 additions and 8 deletions

View File

@@ -378,7 +378,7 @@ combine(void* combined_x,
atomic_add_release_global(atomic_clean_flag, num_experts);
}
// FP8 cast and issue IBGDA sends
// Issue IBGDA sends
if (responsible_expert_idx < num_experts) {
const auto dst_rank = responsible_expert_idx / num_local_experts;
const auto local_expert_idx = responsible_expert_idx % num_local_experts;