Better performance on GPUs
January 4, 2024
Needless text
January 4, 2024
October 7, 2023
September 19, 2023
The PyTorch composability meeting is one of the most interesting discussions of how the various parts of PyTorch fit together, particularly in the context of the PyTorch compiler and associated technologies. The meetings themselves are public, and so are the meeting notes, which are a great reference point.
June 29, 2023
A very practical exploration of how to get a transformer model going faster for inference:
June 28, 2023
The kernel dispatch time eats a lot of performance on GPU – CUDA graphs let you chain a bunch of kernels together, and they’re now more accessible from PyTorch:
June 9, 2023
A blog post from PyTorch veteran and core maintainer Ed Yang based on a talk where he breaks down the fundamentals of PyTorch. From 2019 but still very useful in explaining the tensor mechanics, particularly including striding, which is one of those simple but very applicable concepts!
April 10, 2023
Thispaper from Tencent last year on the architecture of their recsys, and how it enables a high degree of freshness, via low-latency model updates to deliver fresh and relevant recommendations.
March 31, 2023
Microsoft published a paper about GPT-4, with the (literal) headline claim that it showed sparks of artificial general intelligence. The paper includes an approach to evaluate the model’s abilities, and many examples.
March 24, 2023
A longer link-and-rec, but a fascinatingpaper from ByteDance on one of their recommendation systems.
March 20, 2023
March 20 2023