This PR involves the removal of the DistributedTensor component from our codebase. This decision was made as the element, which overrode the __torch_function__, was identified to be the source of bugs across multiple operators. All sections of the code associated with DistributedTensor have been meticulously purged to ensure the eradication of these bugs.
Title
Description
DistributedTensor
component from our codebase. This decision was made as the element, which overrode the__torch_function__
, was identified to be the source of bugs across multiple operators. All sections of the code associated withDistributedTensor
have been meticulously purged to ensure the eradication of these bugs.Linked Issues