PyTorch Developer Podcast podcast

Compiled autograd

0:00
18:07
Rewind 15 seconds
Fast Forward 15 seconds
Compiled autograd is an extension to PT2 that permits compiling the entirety of a backward() call in PyTorch. This allows us to fuse accumulate grad nodes as well as trace through arbitrarily complicated Python backward hooks. Compiled autograd is an important part of our plans for compiled DDP/FSDP as well as for whole-graph compilation.

More episodes from "PyTorch Developer Podcast"