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
+36-20
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Hardware Platforms with Experimental Only Support:
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
22
-[Windows Subystem for Linux 2](https://learn.microsoft.com/en-us/windows/wsl/about) (WSL2) with Ubuntu 22.04 (64-bit)
23
-
- Windows GPU Drivers: [Intel® Arc™ Graphics Windows Driver 31.0.101.4953](https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html) or later (installation instructions below)
23
+
- Windows GPU Drivers: [Intel® Arc™ Graphics Windows Driver 31.0.101.5333](https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html) or later (installation instructions below)
|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 [736](https://dgpu-docs.intel.com/releases/stable_736_25_20231031.html), please be sure to append the specific version after components, as is done below.|
65
+
|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 [803](https://dgpu-docs.intel.com/releases/LTS_803.29_20240131.html), please be sure to append the specific version after components, as is done below.|
66
66
67
67
The steps to install the runtime components in Ubuntu Linux (within WSL2) are:
68
68
69
69
- Add the repositories.intel.com/graphics package repository to your Ubuntu installation:
echo"deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified"| sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
75
76
sudo apt-get update
76
77
```
77
78
78
79
- Install the necessary runtime packages:
79
80
80
81
```bash
81
82
sudo apt-get install \
82
-
intel-igc-cm=1.0.206-736~22.04 \
83
-
intel-level-zero-gpu=1.3.26918.50-736~22.04 \
84
-
intel-opencl-icd=23.30.26918.50-736~22.04 \
85
-
level-zero=1.13.1-719~22.04 \
86
-
libigc1=1.0.14828.26-736~22.04 \
87
-
libigdfcl1=1.0.14828.26-736~22.04 \
88
-
libigdgmm12=22.3.10-712~22.04
83
+
intel-igc-cm \
84
+
intel-level-zero-gpu \
85
+
intel-opencl-icd \
86
+
level-zero \
87
+
libigc1 \
88
+
libigdfcl1 \
89
+
libigdgmm12
89
90
```
90
91
91
92
- Add the Intel® oneAPI library repositories to your Ubuntu installation:
@@ -109,11 +110,26 @@ The above commands install only runtime libraries for Intel® oneAPI that are us
109
110
110
111
|OS|Intel GPU|Install Intel GPU Driver|
111
112
|-|-|-|
112
-
|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 [736](https://dgpu-docs.intel.com/releases/stable_736_25_20231031.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd=23.30.26918.50-736~22.04`|
113
+
|Ubuntu 22.04|Intel® Arc™ A-Series GPUs| Refer to the instructions below forpackage installationin Ubuntu 22.04.
113
114
114
115
The steps to install the runtime components in Ubuntu Linux are:
115
116
116
-
- 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 [736](https://dgpu-docs.intel.com/releases/stable_736_25_20231031.html), please be sure to append the specific version after components, such as `sudo apt-get install intel-opencl-icd=23.30.26918.50-736~22.04`|
117
+
- 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/driver/installation.html). When installing the Intel® Arc™ A-Series GPU Drivers [803](https://dgpu-docs.intel.com/releases/LTS_803.29_20240131.html), setup the LTS repository and install runtime components.
118
+
119
+
- Add the repositories.intel.com/graphics package repository to your Ubuntu installation:
# 3 components are necessary: DPC++/C++ Compiler, DPC++ Library and oneMKL
206
222
# if you want to run distributed training with Intel® Optimization for Horovod*, oneCCL is needed too (Intel® oneAPI MPI Library will be installed automatically as its dependency)
207
-
$ sudo sh ./l_BaseKit_p_2024.0.0.49564.sh
223
+
$ sudo sh ./l_BaseKit_p_2024.1.0.596.sh
208
224
```
209
225
210
226
For any more details, please follow the procedure in [Intel® oneAPI Base Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html).
0 commit comments