pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.54k stars 3.57k forks source link

Add docs for environment setup on XPU device #9384

Closed zhouyu5 closed 2 weeks ago

zhouyu5 commented 4 weeks ago

📚 Describe the documentation issue

Currently the environment setting for XPU device is very concise, I only found two of them:

However, it assume the users has good knowledge of setting up the environment in Intel GPU, which is not the case for some beginners. Just follow the above simple guide, users are not likely to launch the scripts in Intel GPU.

Suggest a potential alternative/fix

Give a more detailed guide for users to setting up the environment on Intel GPU. I would likely to help with the following docs:

rusty1s commented 3 weeks ago

I don't have much knowledge on Intel GPU so any help is appreciated :)

zhouyu5 commented 3 weeks ago

I don't have much knowledge on Intel GPU so any help is appreciated :)

@rusty1s I add some docs in PR #9407 , hope it can help.

rusty1s commented 2 weeks ago

Nice, thank you.