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.
🚀 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