We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1bfa5 commit 1fe28e2Copy full SHA for 1fe28e2
intermediate_source/FSDP_tutorial.rst
@@ -251,7 +251,6 @@ We add the following code snippets to a python script “FSDP_mnist.py”.
251
init_end_event.record()
252
253
if rank == 0:
254
- init_end_event.synchronize()
255
print(f"CUDA event elapsed time: {init_start_event.elapsed_time(init_end_event) / 1000}sec")
256
print(f"{model}")
257
0 commit comments