Since version 2.3, PyG can be installed and used with only raw PyTorch.
Gaudi HPUs support PyTorch, and thus, PyG’s basic functionalities can be used.
However, many other functionalities require pyg_lib/torch_sparse/torch_cluster, while those libraries only support CPU and CUDA GPUs.
I am wondering whether there are general workarounds for using such functionalities on Gaudi HPUs.
If not, what should I do to make it possible?
Thank you for your help in advance.