ezyang’s blog
blog.ezyang.com29.01.2020 · PyTorch Developer Podcast. I'm launching a new podcast, the PyTorch Developer Podcast. The idea is to be a place for the PyTorch dev team to do bite sized (10-20 min) topics about all sorts of internal development topics in PyTorch. For now, it's just me monologuing for fifteen minutes about whatever topic I decide.
PyTorch internals : ezyang’s blog
blog.ezyang.com › 2019 › 05If the largeness of PyTorch's C++ codebase is the first gatekeeper that stops people from contributing to PyTorch, the efficiency of your workflow is the second gatekeeper. If you try to work on C++ with Python habits, you will have a bad time : it will take forever to recompile PyTorch, and it will take you forever to tell if your changes ...
Accelerating PyTorch with CUDA Graphs | PyTorch
pytorch.org › blog › accelerating-pytorch-with-cudaOct 26, 2021 · Accelerating PyTorch with CUDA Graphs. by Vinh Nguyen, Michael Carilli, Sukru Burc Eryilmaz, Vartika Singh, Michelle Lin, Natalia Gimelshein, Alban Desmaison, Edward Yang. Today, we are pleased to announce a new advanced CUDA feature, CUDA Graphs, has been brought to PyTorch. Modern DL frameworks have complicated software stacks that incur ...
PyTorch Developer Podcast : ezyang’s blog
blog.ezyang.com/2021/05/pytorch-developer-podcast05.05.2021 · PyTorch Developer Podcast. I'm launching a new podcast, the PyTorch Developer Podcast. The idea is to be a place for the PyTorch dev team to do bite sized (10-20 min) topics about all sorts of internal development topics in PyTorch. For now, it's just me monologuing for fifteen minutes about whatever topic I decide. The plan is to release an ...
Edward Z. Yang
http://ezyang.comEdward Z. Yang ... I'm currently working at Facebook NY, thinking about the intersection of programming languages and machine learning. I'm also primarily ...
Accelerating PyTorch with CUDA Graphs | PyTorch
https://pytorch.org/blog/accelerating-pytorch-with-cuda-graphs26.10.2021 · Accelerating PyTorch with CUDA Graphs. by Vinh Nguyen, Michael Carilli, Sukru Burc Eryilmaz, Vartika Singh, Michelle Lin, Natalia Gimelshein, Alban Desmaison, Edward Yang. Today, we are pleased to announce a new advanced CUDA feature, CUDA Graphs, has been brought to PyTorch. Modern DL frameworks have complicated software stacks that incur ...
PyTorch internals : ezyang’s blog
blog.ezyang.com/2019/05/pytorch-internalsToday I want to talk about the internals of PyTorch. This talk is for those of you who have used PyTorch, and thought to yourself, "It would be great if I could contribute to PyTorch," but were scared by PyTorch's behemoth of a C++ codebase. I'm not going to lie: the PyTorch codebase can be a bit overwhelming at times.