Skip to content

Commit b595db9

Browse files
authored
Merge branch 'main' into 2.6-RC-TEST
2 parents fbd2583 + 82f449a commit b595db9

File tree

4 files changed

+289
-386
lines changed

4 files changed

+289
-386
lines changed

intermediate_source/FSDP_tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ We add the following code snippets to a python script “FSDP_mnist.py”.
251251
init_end_event.record()
252252
253253
if rank == 0:
254+
init_end_event.synchronize()
254255
print(f"CUDA event elapsed time: {init_start_event.elapsed_time(init_end_event) / 1000}sec")
255256
print(f"{model}")
256257

intermediate_source/inductor_debug_cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def forward2(self, arg0_1):
343343
return (neg,)
344344

345345
######################################################################
346-
# For more usage details about Minifier, please refer to `Troubleshooting <https://pytorch.org/docs/stable/dynamo/troubleshooting.html>`_.
346+
# For more usage details about Minifier, please refer to `Troubleshooting <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_.
347347

348348

349349
######################################################################

0 commit comments

Comments
 (0)