Skip to content

Commit add2d40

Browse files
authored
Update build instructions for Windows (#4079)
Level Zero SDK is now a part of the driver, not need to install it separately and set LEVEL_ZERO_V1_SDK_PATH. Signed-off-by: Pavel Chekin <[email protected]>
1 parent 630a90f commit add2d40

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/WINDOWS.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ Install Microsoft Visual Studio 2022 and make sure the following [components](ht
4242
Install [Intel® Deep Learning Essentials 2025.0.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-essentials-os=windows&dl-win=offline).
4343
By default, it is installed to `C:\Program Files (x86)\Intel\oneAPI`.
4444

45-
### Level Zero SDK
46-
47-
Identify Level Zero version installed with the GPU Driver:
48-
49-
```shell
50-
(Get-Item C:\Windows\system32\ze_loader.dll).VersionInfo.ProductVersion
51-
```
52-
53-
Find the corresponding release in https://github.com/oneapi-src/level-zero/releases, download its archive and extract to `c:\level_zero` or other location.
54-
5545
### Chocolatey
5646

5747
```
@@ -131,12 +121,6 @@ Initialize Intel® Deep Learning Essentials, for example:
131121
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
132122
```
133123

134-
Set `LEVEL_ZERO_V1_SDK_PATH` to the location of Level Zero SDK, for example:
135-
136-
```
137-
$env:LEVEL_ZERO_V1_SDK_PATH = "C:\level_zero"
138-
```
139-
140124
Build and install PyTorch:
141125

142126
```
@@ -181,7 +165,6 @@ Initialize environment variables:
181165
```
182166
.venv\Scripts\activate.ps1
183167
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
184-
$env:LEVEL_ZERO_V1_SDK_PATH = "C:\level_zero"
185168
```
186169

187170
Check that PyTorch and Triton are available:

0 commit comments

Comments
 (0)