[CUDAGraphs] Add an argument to specify warmup iterations in make_graphed_callables#78124
[CUDAGraphs] Add an argument to specify warmup iterations in make_graphed_callables#78124GD06 wants to merge 1 commit intopytorch:masterfrom
Conversation
Summary: Add an argument to specify the number of warmup iterations to the API ``torch.cuda.make_graphed_callables``. By default, it needs 3 warm-up iterations. To work with NCCL, it needs 11 warm-up iterations. Differential Revision: D36606758 fbshipit-source-id: bce980da8cfc7c5e686c2d13f9a4a152c54fa7a3
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 5227449 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D36606758 |
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
Hey @GD06. |
Summary: Pull Request resolved: #78124 Add an argument to specify the number of warmup iterations to the API ``torch.cuda.make_graphed_callables``. By default, it needs 3 warm-up iterations. To work with NCCL, it needs 11 warm-up iterations. Reviewed By: jianyuh Differential Revision: D36606758 fbshipit-source-id: a160cf4fa8b1171546cc65c240f47aa1fbf7ec6e
Summary: Add an argument to specify the number of warmup iterations to the API
torch.cuda.make_graphed_callables. By default, it needs 3 warm-up iterations. To work with NCCL, it needs 11 warm-up iterations.Differential Revision: D36606758