PyTorch Developer Podcast podcast

Tensor subclasses and PT2

0:00
13:25
Retroceder 15 segundos
Avanzar 15 segundos
Tensor subclasses allow you to add extend PyTorch with new types of tensors without having to write any C++. They have been used to implement DTensor, FP8, Nested Jagged Tensor and Complex Tensor. Recent work by Brian Hirsh means that we can compile tensor subclasses in PT2, eliminating their overhead. The basic mechanism by which this compilation works is a desugaring process in AOTAutograd. There are some complications involving views, dynamic shapes and tangent metadata mismatch.

Otros episodios de "PyTorch Developer Podcast"