Refer to Install Intel GPU driver
Refer to Install Intel® oneAPI Base Toolkit
-
Python
We recommend you use Python 3.9 or newer. Check which version you're running by using this command:
python -V
-
Create Virtual Environment
We recommend you create a virtual Python environment called env_itex and install official Tensorflow* in it, like this:
export ENV_NAME=env_itex rm -rf $ENV_NAME python -m venv $ENV_NAME source $ENV_NAME/bin/activate pip install --upgrade pip pip install tensorflow
-
Install Intel® Extension for TensorFlow*
pip install --upgrade intel-extension-for-tensorflow[xpu]
source /opt/intel/oneapi/setvars.sh
source env_itex/bin/activate
Run your script with Intel® Extension for TensorFlow*.