intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

[PT2.6] Pip install Torch and all PyPI dependency #1007

Open riverliuintel opened 1 month ago

riverliuintel commented 1 month ago

🚀 The feature, motivation and pitch

There are two scenarios for PyTorch XPU release. 1) pip install torch wheels in one host machine without GPU driver installed. Import torch will fallback to CPU. 2) install driver and pip install torch for AI workload run on GPU. 3) install driver, install deep-learning-essential bundle and pip install torch can work well on GPU. 4) install driver, install deep-learning-essential bundle and source build pyTorch.

OS: Linux, Windows

Alternatives

No response

Additional context

No response

chuanqi129 commented 2 weeks ago

Tracked in https://github.com/pytorch/pytorch/issues/139722