rusty1s / pytorch_scatter

PyTorch Extension Library of Optimized Scatter Operations
https://pytorch-scatter.readthedocs.io
MIT License
1.5k stars 178 forks source link

Is there any chance to upstream to the pytorch community? #409

Closed GuWei007 closed 5 months ago

GuWei007 commented 5 months ago

Is there any chance to upstream to the pytorch community?

GuWei007 commented 5 months ago

@rusty1s

rusty1s commented 5 months ago

We have already upstreamed the scatter functionality to PyTorch, see torch.scatter_reduce_.

GuWei007 commented 5 months ago

Thanks very much