rfcs
rfcs copied to clipboard
PyTorch RFCs (experimental)
This rfc is capturing the discussions that happen in the main issue https://github.com/pytorch/pytorch/issues/10223 as well as private conversations with different people. It presents the design idea and implementation plan for...
Update: this PR has grown very large, if you want to navigate it: - Look at the `.md` files at the end of the diff - Here is a rendered...
This rfc proposes a work plan for implementing Pytorch CSR storage format and introducing a new storage format Dimensions Mapping (DM) that allows extending CSR (and not only) to arbitrary...
## Motivation This PR is for review of the following RFC : Modify PyTorch framework UTs so that non-cuda devices such as intel Gaudi and intel XPU is able to...
A new dataloader multiprocessing pipeline design is suggested. This pipeline splits the task of batch generation, into 2 types of workers: item generating workers, and batch generating workers. This pipeline...