rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

PyTorch RFCs (experimental)

Results 37 rfcs issues
Sort by recently updated
recently updated
newest added

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...

cla signed

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...

enhancement
cla signed

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...

module: sparse
cla signed

## 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...

cla signed

Implement Incremental PCA with GPU support in PyTorch

cla signed

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...