You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/experimental/install_for_arc_gpu.md
+58-67
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,23 @@ Hardware Platforms with Experimental Only Support:
19
19
### Windows Subsystem for Linux 2 (WSL2)
20
20
21
21
- For [Windows 10](https://www.microsoft.com/en-us/windows/get-windows-10) or [Windows 11](https://www.microsoft.com/en-us/windows/windows-11):
22
-
-[Windows Subystem for Linux 2](https://learn.microsoft.com/en-us/windows/wsl/about) (WSL2) with Ubuntu 20.04 (64-bit)
22
+
-[Windows Subystem for Linux 2](https://learn.microsoft.com/en-us/windows/wsl/about) (WSL2) with Ubuntu 22.04 (64-bit)
23
23
- Windows GPU Drivers: [Intel® Arc™ Graphics Windows Driver 31.0.101.3490](https://www.intel.com/content/www/us/en/download/726609/intel-arc-graphics-windows-dch-driver.html) or later (installation instructions below)
- Intel® oneAPI Base Toolkit 2023.0 (installation instructions below)
38
+
38
39
- TensorFlow 2.11.0 or 2.10.0
39
40
- Python 3.7-3.10
40
41
- pip 19.0 or later (requires manylinux2014 support)
@@ -44,7 +45,7 @@ Hardware Platforms with Experimental Only Support:
44
45
45
46
### 1. Install GPU Drivers
46
47
47
-
*#### Windows Subsystem for Linux 2 (WSL2)
48
+
#### Windows Subsystem for Linux 2 (WSL2)
48
49
49
50
When using WSL2, the GPU drivers are installed in the Windows OS and runtime components such as [Level-Zero](https://github.com/oneapi-src/level-zero) are installed within Linux (in WSL2).
50
51
@@ -53,7 +54,7 @@ When using WSL2, the GPU drivers are installed in the Windows OS and runtime com
53
54
54
55
|Release|OS|Intel GPU|Install Intel GPU Driver|
55
56
|-|-|-|-|
56
-
|v1.0.0|Windows 10, Windows 11|Intel® Arc™ A-Series GPUs|[Intel® Arc™ Graphics Windows DCH Driver](https://www.intel.com/content/www/us/en/download/726609/intel-arc-graphics-windows-dch-driver.html)|
57
+
|v1.1.0|Windows 10, Windows 11|Intel® Arc™ A-Series GPUs|[Intel® Arc™ Graphics Windows DCH Driver](https://www.intel.com/content/www/us/en/download/726609/intel-arc-graphics-windows-dch-driver.html)|
57
58
58
59
Install the above Intel® Arc™ Graphics Windows DCH Driver in the Windows OS.
59
60
@@ -62,82 +63,72 @@ Install the above Intel® Arc™ Graphics Windows DCH Driver in the Windows OS.
|v1.0.0|Ubuntu 20.04 installed in WSL2|Intel® Arc™ A-Series GPUs|Refer to the instructions below for package installation in Ubuntu 20.04. When installing the Intel® Arc™ A-Series GPU Drivers [419.40](https://dgpu-docs.intel.com/releases/stable_419_40_20220914.html), please be sure to append the specific version after components, as is done below.|
66
+
|v1.1.0|Ubuntu 22.04 installed in WSL2|Intel® Arc™ A-Series GPUs|Refer to the instructions below for package installation in Ubuntu 22.04. When installing the Intel® Arc™ A-Series GPU Drivers [540](https://dgpu-docs.intel.com/releases/stable_540_20221205.html), please be sure to append the specific version after components, as is done below.|
66
67
67
-
The steps to install the runtime components in Ubuntu Linux (within WSL2) are:
68
+
The steps to install the runtime components in Ubuntu Linux (within WSL2) are:
68
69
69
-
- Add the repositories.intel.com/graphics package repository to your Ubuntu installation:
70
+
- Add the repositories.intel.com/graphics package repository to your Ubuntu installation:
echo"deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"| sudo tee /etc/apt/sources.list.d/oneAPI.list
93
+
sudo apt-get update
94
+
```
98
95
99
-
- Install the necessary Intel® oneAPI library packages:
96
+
- Install the necessary Intel® oneAPI library packages:
The above commands install only runtime libraries for Intel® oneAPI which are used by the Intel® Extension for TensorFlow*. If you would instead prefer to install full Intel® oneAPI, see section [Optional: Install Full Intel® oneAPI Base Toolkit Packages](#optional-install-full-intel®-oneapi).
102
+
The above commands install only runtime libraries for Intel® oneAPI which are used by the Intel® Extension for TensorFlow*. If you would instead prefer to install the full Intel® oneAPI, see section [Optional: Install Full Intel® oneAPI Base Toolkit Packages](#optional-install-full-intel®-oneapi).
108
103
109
104
110
-
*#### Native Linux Running Directly on Hardware
105
+
#### Native Linux Running Directly on Hardware
111
106
112
107
|Release|OS|Intel GPU|Install Intel GPU Driver|
113
108
|-|-|-|-|
114
-
|v1.0.0|Ubuntu 20.04|Intel® Arc™ A-Series GPUs| Refer to the instructions below for package installation in Ubuntu 20.04. When installing the Intel® Arc™ A-Series GPU Drivers [419.40](https://dgpu-docs.intel.com/releases/stable_419_40_20220914.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd=22.28.23726.1+i419~u20.04`|
109
+
|v1.1.0|Ubuntu 22.04|Intel® Arc™ A-Series GPUs| Refer to the instructions below forpackage installationin Ubuntu 22.04. When installing the Intel® Arc™ A-Series GPU Drivers [540](https://dgpu-docs.intel.com/releases/stable_540_20221205.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd_22.43.24595.35+i538~22.04_amd64.deb`|
115
110
116
-
The steps to install the runtime components in Ubuntu Linux are:
111
+
The steps to install the runtime components in Ubuntu Linux are:
117
112
118
-
- The Intel® Extension for TensorFlow* requires a specific set of drivers for native Linux. Please follow the instructions in [Installation Guides for Intel Data Center GPU Flex Series](https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-focal-dc.html) and use the *Stable Release* for driver installation. When installing the Intel® Arc™ A-Series GPU Drivers [419.40](https://dgpu-docs.intel.com/releases/stable_419_40_20220914.html), please be sure to append the specific version after components, such as `sudo apt-get install intel-opencl-icd=22.28.23726.1+i419~u20.04`|
113
+
- The Intel® Extension forTensorFlow* requires a specific set of drivers for native Linux. Please follow the instructionsin [Installation Guides for Intel Arc GPUs](https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-jammy-arc.html). When installing the Intel® Arc™ A-Series GPU Drivers [540](https://dgpu-docs.intel.com/releases/stable_540_20221205.html), please be sure to append the specific version after components, such as `sudo apt-get install intel-opencl-icd_22.43.24595.35+i538~22.04_amd64.deb`|
119
114
120
-
- Install the Intel® oneAPI libraries
115
+
- Install the Intel® oneAPI libraries
121
116
122
-
- Add the Intel® oneAPI library repositories to your Ubuntu installation:
117
+
- Add the Intel® oneAPI library repositories to your Ubuntu installation:
echo"deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"| sudo tee /etc/apt/sources.list.d/oneAPI.list
122
+
sudo apt-get update
123
+
```
131
124
132
-
- Install the necessary Intel® oneAPI library packages:
125
+
- Install the necessary Intel® oneAPI library packages:
The above commands install only runtime libraries for Intel® oneAPI which are used by the Intel® Extension for TensorFlow*. If you would instead prefer to install full Intel® oneAPI, see section [Optional: Install Full Intel® oneAPI Base Toolkit Packages](#optional-install-full-intel®-oneapi).
131
+
The above commands install only runtime libraries for Intel® oneAPI which are used by the Intel® Extension for TensorFlow*. If you would instead prefer to install the full Intel® oneAPI, see section [Optional: Install Full Intel® oneAPI Base Toolkit Packages](#optional-install-full-intel®-oneapi).
141
132
142
133
143
134
### 2. Install TensorFlow* via PyPI Wheel in Linux
@@ -147,9 +138,9 @@ The following steps can be used to install the TensorFlow framework and other ne
147
138
148
139
#### Install TensorFlow
149
140
150
-
The Python development and virtual environment setup recommendation by TensorFlow to isolate package installation from the system.
141
+
The Python development and virtual environment setup recommendation by TensorFlow is to isolate package installation from the system.
151
142
152
-
The Intel® Extension for TensorFlow* requires stock TensorFlow, and the version should be == 2.11.0 or 2.10.0.
143
+
The Intel® Extension for TensorFlow* requires stock TensorFlow, and the version should be >= 2.10.0.
153
144
154
145
*##### Virtual environment install
155
146
@@ -162,14 +153,14 @@ The Intel® Extension for TensorFlow* requires stock TensorFlow, and the version
162
153
163
154
To install in virtual environment, you can run
164
155
```bash
165
-
(tf)$ pip install tensorflow==2.11.0
156
+
(tf)$ pip install 'tensorflow>=2.10.0'
166
157
```
167
158
168
159
*##### System environment install
169
160
170
161
If want to system install in$HOME, please append `--user` to the commands.
171
162
```bash
172
-
$ pip install --user tensorflow==2.11.0
163
+
$ pip install --user 'tensorflow>=2.10.0'
173
164
```
174
165
And the following system environment install for Intel® Extension for TensorFlow* will use the same practice.
175
166
@@ -200,7 +191,7 @@ If you prefer to have access to full Intel® oneAPI you need to install at least
200
191
201
192
- Intel® oneAPI Math Kernel Library (oneMKL)
202
193
203
-
Download and install the verified DPC++ compiler and oneMKL in Ubuntu 20.04.
194
+
Download and install the verified DPC++ compiler and oneMKL in Ubuntu 22.04.
0 commit comments