File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ def estimate_nccl_collective_runtime_impl(
321321
322322def estimate_nccl_collective_runtime (node : ir .IRNode ) -> float :
323323 """
324- Returns estimated NCCL collective runtime in nanoseconds (ns ).
324+ Returns estimated NCCL collective runtime in nanoseconds (ms ).
325325
326326 The following heuristics are copied from https://github.com/NVIDIA/nccl/blob/master/src/graph/tuning.cc.
327327 We aim to estimate the runtime as accurately as possible.
@@ -355,7 +355,7 @@ def estimate_nccl_collective_runtime_from_fx_node(
355355 use_nccl_estimator : bool = True ,
356356) -> float :
357357 """
358- Returns estimated NCCL collective runtime in nanoseconds (ns ).
358+ Returns estimated NCCL collective runtime in nanoseconds (ms ).
359359
360360 The following heuristics are copied from https://github.com/NVIDIA/nccl/blob/master/src/graph/tuning.cc.
361361 We aim to estimate the runtime as accurately as possible.
You can’t perform that action at this time.
0 commit comments