Distributed PyTorch implementation of multi-headed graph convolutional neural networks
BSD 3-Clause "New" or "Revised" License
68
stars
29
forks
source link
Fix for runtime error for missing host-to-device copy #251
Closed
jychoi-hpc closed 5 months ago
A quick fix for
I found my previous commit has a problem. I missed host-to-device copying. This will be a fix.