revert PTD's change that leads to signature mismatch of printNcclCommProxyTrace (#146453)

Summary: D68801098 introduced this function signature mismatch issue for printNcclCommProxyTrace. Revert it so that trunk build can pass.

Test Plan:
With the change, build of APS model using rcclexp can now pass:
`sh scripts/ltian/run_jobs/fb_fm_v2/run_fb_fm_v2_job.sh -h T20_GTT_MI300X -n 16 -b 1024 -t [2024-12-06] -d ai_infra_ngs -e ai_infra_training_rnd_tc -x 0`

Reviewed By: c-p-i-o

Differential Revision: D69149588

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146453
Approved by: https://github.com/c-p-i-o
This commit is contained in:
Dingming Wu
2025-02-07 22:43:52 +00:00
committed by PyTorch MergeBot
parent 103c8b44bc
commit fa34128435
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ struct ncclRedOpRAII {
};
void printNcclCommProxyTrace(
std::string dumpReason,
const std::string& dumpReason,
const std::unordered_map<std::string, std::string>& dumpMap);
} // namespace c10d