Raw PyTorch Implementation of DGL

From PyG 2.3 onwards, we can install and use PyG without any external library required except for PyTorch. However, this is not the case for DGL, which hinders users from using DGL in some special cases, e.g., on non-CUDA devices.

I am wondering whether the DGL team also plans to make a future version of DGL dependent on raw PyTorch or whether there is a workaround to use DGL on non-CUDA devices. Thank you in advance for your help.

1 Like