Skip to content

Commit 1da08d7

Browse files
authored
README: replace PTDB with DLE (#2708)
Fixes #2690.
1 parent 876ce90 commit 1da08d7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Intel® XPU Backend for Triton\* is a out of tree backend module for [Triton](ht
1313
* GPU Cards:
1414
* [Intel® Data Center GPU Max Series](https://www.intel.com/content/www/us/en/products/details/discrete-gpus/data-center-gpu/max-series.html)
1515
* [Intel® Data Center Flex Series](https://www.intel.com/content/www/us/en/products/details/discrete-gpus/data-center-gpu/flex-series.html)
16-
* [Intel Arc A770](https://www.intel.com/content/www/us/en/products/sku/229151/intel-arc-a770-graphics-16gb/specifications.html)
16+
* [Intel® Arc A770](https://www.intel.com/content/www/us/en/products/sku/229151/intel-arc-a770-graphics-16gb/specifications.html)
1717
* GPU Drivers:
1818
* Latest [Long Term Support (LTS) Release](https://dgpu-docs.intel.com/driver/installation.html)
1919
* Latest [Rolling Release](https://dgpu-docs.intel.com/driver/installation-rolling.html)
2020
* Toolchain:
21-
* Latest [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
21+
* Latest [Intel® Deep Learning Essentials](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-lin=offline&dl-essentials-os=linux)
2222

2323
Note that Intel® XPU Backend for Triton\* is not compatible with Intel® Extension for PyTorch\* and Intel® oneAPI Base Toolkit\*.
2424

@@ -27,8 +27,7 @@ Note that Intel® XPU Backend for Triton\* is not compatible with Intel® Extens
2727
## Prerequisites
2828

2929
1. Latest [Rolling Release](https://dgpu-docs.intel.com/driver/installation-rolling.html) or [Long Term Support Release](https://dgpu-docs.intel.com/driver/installation.html) of GPU driver
30-
2. Latest release of [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
31-
3. Latest release of [Profiling Tools Interfaces for Intel GPU (PTI for GPU)](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
30+
2. Latest release of [Intel® Deep Learning Essentials](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-lin=offline&dl-essentials-os=linux)
3231

3332
## Install PyTorch and Triton from nightly wheels
3433

@@ -45,7 +44,7 @@ Before using Intel® XPU Backend for Triton\* you need to initialize the toolcha
4544
The default location is `/opt/intel/oneapi` (if installed as a `root` user) or `~/intel/oneapi` (if installed as a regular user).
4645

4746
```shell
48-
# replace /opt/intel/oneapi with the actual location of PyTorch Prerequisites for Intel GPUs
47+
# replace /opt/intel/oneapi with the actual location of Intel® Deep Learning Essentials
4948
source /opt/intel/oneapi/setvars.sh
5049
```
5150

@@ -54,8 +53,7 @@ source /opt/intel/oneapi/setvars.sh
5453
## Prerequisites
5554

5655
1. Latest [Rolling Release](https://dgpu-docs.intel.com/driver/installation-rolling.html) or [Long Term Support Release](https://dgpu-docs.intel.com/driver/installation.html) of GPU driver
57-
2. Latest release of [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
58-
3. Latest release of [Profiling Tools Interfaces for Intel GPU (PTI for GPU)](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
56+
2. Latest release of [Intel® Deep Learning Essentials](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-lin=offline&dl-essentials-os=linux)
5957

6058
## Compile PyTorch and Triton from source
6159

@@ -65,7 +63,7 @@ Before compiling PyTorch and Intel® XPU Backend for Triton\* you need to initia
6563
The default location is `/opt/intel/oneapi` (if installed as a `root` user) or `~/intel/oneapi` (if installed as a regular user).
6664

6765
```shell
68-
# replace /opt/intel/oneapi with the actual location of PyTorch Prerequisites for Intel GPUs
66+
# replace /opt/intel/oneapi with the actual location of Intel® Deep Learning Essentials
6967
source /opt/intel/oneapi/setvars.sh
7068
```
7169

0 commit comments

Comments
 (0)