Abstract: Learn about PyTorch 2.0 with a deep dive into the technology stack that powers the new torch.compile()
API: TorchDynamo, AITAutograd, and TorchInductor. The new compiler stack reduces training times across a wide range of workloads while being fully backwards compatible. Bring your laptops, or connect to remote GPU powered systems and learn how to compile your code, profile and debug to improve performance.
At the end of this tutorial you’ll be able to:
Topics | Duration |
---|---|
Setup and getting started | 10 mins |
What’s New in PyTorch 2.0 | 10 mins |
Hand’s On: Simple benchmarks with torch.compile() in PyTorch 2.0 | 20 mins |
Hand’s On: What happens under the hood when you call torch.compile() ? | 15 mins |
Hand’s On: Profiling pytorch code with torch.profiler and inspecting the compiler process | 15 mins |
Resources + Q&A | 10 mins |