PyTorch Blog

PyTorch Blog

@pytorch-blog

Publisher

11

Posts

Posts by PyTorch Blog

P

Understanding PyTorch’s Test Infrastructure

PyTorch tests are often generated dynamically across devices and dtypes, which is why test names in CI may look different from the class and method names in the source file. This post explains how device-generic tests, OpInfos, instantiate_device_type_tests(), and CI sharding fit together, and ho...

PyTorch Blog PyTorch Blog · Python ·
0