Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
PyTorch Developer Podcast - CUDA graph trees

03/24/24 • 20 min

plus icon
bookmark
Share icon
CUDA graph trees are the internal implementation of CUDA graphs used in PT2 when you say mode="reduce-overhead". Their primary innovation is that they allow the reuse of memory across multiple CUDA graphs, as long as they form a tree structure of potential paths you can go down with the CUDA graph. This greatly reduced the memory usage of CUDA graphs in PT2. There are some operational implications to using CUDA graphs which are described in the podcast.

03/24/24 • 20 min

plus icon
bookmark
Share icon

Generate a badge

Get a badge for your website that links back to this episode

Select type & size
Open dropdown icon
share badge image

<a href="https://goodpods.com/podcasts/pytorch-developer-podcast-373610/cuda-graph-trees-53495812"> <img src="https://storage.googleapis.com/goodpods-images-bucket/badges/generic-badge-1.svg" alt="listen to cuda graph trees on goodpods" style="width: 225px" /> </a>

Copy