What is torch.distributed.tensor ?
What is torch.distributed.tensor? torch.distributed.tensor (also known as Distributed Tensor) is a PyTorch feature that enables efficient tensor operations across multiple GPUs or machines. It allows large tensors to be split (sharded) and processed in parallel, optimizing memory usage