Skip to content

Commit 70eb4b7

Browse files
[Doc] Update version info for the release (#443)
Co-authored-by: Ashiq Imran <ashiqimran.intel.com>
1 parent 849f999 commit 70eb4b7

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ This guide introduces the overview of OpenXLA high level integration structure a
2626

2727
Verified Hardware Platforms:
2828

29-
* Intel® Data Center GPU Max Series, Driver Version: [803](https://dgpu-docs.intel.com/releases/LTS_803.63_20240617.html)
29+
* Intel® Data Center GPU Max Series, Driver Version: [LTS release 2350.125](https://dgpu-docs.intel.com/releases/LTS-release-notes.html)
3030

31-
* Intel® Data Center GPU Flex Series 170, Driver Version: [803](https://dgpu-docs.intel.com/releases/LTS_803.63_20240617.html)
31+
* Intel® Data Center GPU Flex Series, Driver Version: [LTS release 2350.125](https://dgpu-docs.intel.com/driver/installation.html)
3232

3333
### Software Requirements
3434

3535
* Ubuntu 22.04 (64-bit)
3636
* Intel® Data Center GPU Flex Series
3737
* Ubuntu 22.04, SUSE Linux Enterprise Server(SLES) 15 SP4
3838
* Intel® Data Center GPU Max Series
39-
* [Intel® oneAPI Base Toolkit 2024.2](https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-toolkit-release-notes.html)
39+
* [Intel® oneAPI Base Toolkit 2025.0](https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-toolkit-release-notes.html)
4040
* Jax/Jaxlib 0.4.30
4141
* Python 3.9-3.12
4242
* pip 19.0 or later (requires manylinux2014 support)
@@ -47,8 +47,8 @@ Verified Hardware Platforms:
4747

4848
|OS|Intel GPU|Install Intel GPU Driver|
4949
|-|-|-|
50-
|Ubuntu 22.04 |Intel® Data Center GPU Flex Series| Refer to the [Installation Guides](https://dgpu-docs.intel.com/installation-guides/index.html#intel-data-center-gpu-flex-series) for latest driver installation. If install the verified Intel® Data Center GPU Max Series/Intel® Data Center GPU Flex Series [803](https://dgpu-docs.intel.com/releases/LTS_803.63_20240617.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd==23.43.27642.52-803~22.04`|
51-
|Ubuntu 22.04, SLES 15 SP4|Intel® Data Center GPU Max Series| Refer to the [Installation Guides](https://dgpu-docs.intel.com/installation-guides/index.html#intel-data-center-gpu-max-series) for latest driver installation. If install the verified Intel® Data Center GPU Max Series/Intel® Data Center GPU Flex Series [803](https://dgpu-docs.intel.com/releases/LTS_803.63_20240617.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd==23.43.27642.52-803~22.04`|
50+
|Ubuntu 22.04 |Intel® Data Center GPU Flex Series| Refer to the [Installation Guides](https://dgpu-docs.intel.com/driver/installation.html) for latest driver installation. If install the verified Intel® Data Center GPU Max Series/Intel® Data Center GPU Flex Series [LTS release 2350.125](https://dgpu-docs.intel.com/driver/installation.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd==24.45.31740.10-1057~22.04`|
51+
|Ubuntu 22.04, SLES 15 SP4|Intel® Data Center GPU Max Series| Refer to the [Installation Guides](https://dgpu-docs.intel.com/driver/installation.html) for latest driver installation. If install the verified Intel® Data Center GPU Max Series/Intel® Data Center GPU Flex Series [LTS release 2350.125](https://dgpu-docs.intel.com/releases/LTS-release-notes.html), please append the specific version after components, such as `sudo apt-get install intel-opencl-icd==24.45.31740.10-1057~22.04`|
5252

5353
### Install oneAPI Base Toolkit Packages
5454

@@ -58,13 +58,14 @@ Need to install components of Intel® oneAPI Base Toolkit:
5858
* Intel® oneAPI Math Kernel Library (oneMKL)
5959

6060
```bash
61-
$ wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e6ff8e9c-ee28-47fb-abd7-5c524c983e1c/l_BaseKit_p_2024.2.1.100_offline.sh
61+
$ wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/96aa5993-5b22-4a9b-91ab-da679f422594/intel-oneapi-base-toolkit-2025.0.0.885_offline.sh
6262
# 2 components are necessary: DPC++/C++ Compiler and oneMKL
63-
sudo sh l_BaseKit_p_2024.2.1.100_offline.sh
63+
sudo sh intel-oneapi-base-toolkit-2025.0.0.885_offline.sh
6464

6565
# Source OneAPI env
66-
source /opt/intel/oneapi/compiler/2024.2/env/vars.sh
67-
source /opt/intel/oneapi/mkl/2024.2/env/vars.sh
66+
source /opt/intel/oneapi/compiler/2025.0/env/vars.sh
67+
source /opt/intel/oneapi/mkl/2025.0/env/vars.sh
68+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/intel/oneapi/umf/latest/lib
6869
```
6970

7071
**Backup**: Recommend to rollback to **Toolkit 2024.1** if meet performance issue. See [Release Notes](https://github.com/intel/intel-extension-for-openxla/releases) for more details.
@@ -88,6 +89,7 @@ Please refer to [test/requirements.txt](test/requirements.txt) for the version d
8889
The following table tracks intel-extension-for-openxla versions and compatible versions of `jax` and `jaxlib`. The compatibility between `jax` and `jaxlib` is maintained through JAX. This version restriction will be relaxed over time as the plugin API matures.
8990
|**intel-extension-for-openxla**|**jaxlib**|**jax**|
9091
|:-:|:-:|:-:|
92+
| 0.5.0 | 0.4.30 | >= 0.4.30, <= 0.4.31|
9193
| 0.4.0 | 0.4.26 | >= 0.4.26, <= 0.4.27|
9294
| 0.3.0 | 0.4.24 | >= 0.4.24, <= 0.4.27|
9395
| 0.2.1 | 0.4.20 | >= 0.4.20, <= 0.4.26|
@@ -110,7 +112,7 @@ git clone https://github.com/intel/intel-extension-for-openxla.git
110112
./configure # Choose Yes for all.
111113
bazel build //xla/tools/pip_package:build_pip_package
112114
./bazel-bin/xla/tools/pip_package/build_pip_package ./
113-
pip install intel_extension_for_openxla-0.4.0-cp39-cp39-linux_x86_64.whl
115+
pip install intel_extension_for_openxla-0.5.0-cp39-cp39-linux_x86_64.whl
114116
```
115117

116118
**Aditional Build Option**:
@@ -126,7 +128,7 @@ bazel build --override_repository=xla=/path/to/xla //xla/tools/pip_package:build
126128
By default, bazel will automatically search for the required libraries on your system. This eliminates the need for manual configuration in most cases. For more advanced use cases, you can specify a custom location for the libraries using environment variables:
127129

128130
```bash
129-
export MKL_INSTALL_PATH=/opt/intel/oneapi/mkl/2024.2
131+
export MKL_INSTALL_PATH=/opt/intel/oneapi/mkl/2025.0
130132
export L0_INSTALL_PATH=/usr
131133
bazel build //xla/tools/pip_package:build_pip_package
132134
```

docs/acc_jax.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please check [README#requirements](../README.md#2-requirements) for the requirem
1010
The following table tracks intel-extension-for-openxla versions and compatible versions of `jax` and `jaxlib`. The compatibility between `jax` and `jaxlib` is maintained through JAX. This version restriction will be relaxed over time as the plugin API matures.
1111
|**intel-extension-for-openxla**|**jaxlib**|**jax**|
1212
|:-:|:-:|:-:|
13+
| 0.5.0 | 0.4.30 | >= 0.4.30, <= 0.4.31|
1314
| 0.4.0 | 0.4.26 | >= 0.4.26, <= 0.4.27|
1415
| 0.3.0 | 0.4.24 | >= 0.4.24, <= 0.4.27|
1516
| 0.2.1 | 0.4.20 | >= 0.4.20, <= 0.4.26|
@@ -48,12 +49,13 @@ bash Miniforge3-$(uname)-$(uname -m).sh
4849
### Setup environment
4950
Please follow [Install](#install) to prepare the basic environment first.
5051
```
51-
pip install transformers==4.38 diffusers==0.26.3 datasets==2.12.0 msgpack==1.0.7
52+
pip install transformers==4.47 diffusers==0.31.0 datasets==4.9.7 msgpack==1.1.0
5253
```
5354
Source OneAPI env
5455
```
55-
source /opt/intel/oneapi/compiler/2024.2/env/vars.sh
56-
source /opt/intel/oneapi/mkl/2024.2/env/vars.sh
56+
source /opt/intel/oneapi/compiler/2025.0/env/vars.sh
57+
source /opt/intel/oneapi/mkl/2025.0/env/vars.sh
58+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/oneapi/umf/latest/lib
5759
```
5860
**NOTE**: The path of OneAPI env script is based on the OneAPI installed path.
5961

0 commit comments

Comments
 (0)