pyg_autoscale icon indicating copy to clipboard operation
pyg_autoscale copied to clipboard

Support the multi-gpu option

Open taliq opened this issue 3 years ago • 1 comments

Hi, thanks for the effort and commitment to the scalable GNN, the memory issue really bugs me sometimes. The autoscale method seems a cool approach to handle the above issue and if it supports the multi-gpu, the training speed is faster than ever! It seems hard to consider the multi-gpu option, but I ask you all just in case :)

taliq avatar Jun 20 '21 04:06 taliq

Thanks for your interest and I am glad that you like it. I will try to add multi-GPU support if I have some free-time, but it shouldn't be too hard to add. The major thing to take care of is that replicated models do hold shared histories instead of individual ones, and that synchronization of pushing and pulling histories is synchronized over multiple models as well.

rusty1s avatar Jun 20 '21 15:06 rusty1s