Releases · pytorch/pytorch · GitHub
github.com › pytorch › pytorchPyTorch 1.7 brings prototype support for DistributedDataParallel and collective communications on the Windows platform. In this release, the support only covers Gloo-based ProcessGroup and FileStore. To use this feature across multiple machines, please provide a file from a shared file system in init_process_group.
torch.profiler — PyTorch 1.10.1 documentation
pytorch.org › docs › stableOverview¶. PyTorch Profiler is a tool that allows the collecton of the performance metrics during the training and inference. Profiler’s context manager API can be used to better understand what model operators are the most expensive, examine their input shapes and stack traces, study device kernel activity and visualize the execution trace.