Skip to content

Commit 29cacce

Browse files
author
Lu Teng
committed
[Doc] Update release README. (#235)
1 parent 767bf03 commit 29cacce

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Verified Hardware Platforms:
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.0
39+
* Intel® oneAPI Base Toolkit 2024.1
4040
* Jax/Jaxlib 0.4.24
4141
* Python 3.9-3.11
4242
* pip 19.0 or later (requires manylinux2014 support)
@@ -56,8 +56,18 @@ Need to install components of Intel® oneAPI Base Toolkit:
5656

5757
* Intel® oneAPI DPC++ Compiler
5858
* Intel® oneAPI Math Kernel Library (oneMKL)
59-
* Intel® oneAPI Threading Building Blocks (TBB), dependency of DPC++ Compiler.
6059

60+
```bash
61+
$ wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fdc7a2bc-b7a8-47eb-8876-de6201297144/l_BaseKit_p_2024.1.0.596.sh
62+
# 2 components are necessary: DPC++/C++ Compiler and oneMKL
63+
sudo sh l_BaseKit_p_2024.1.0.596.sh
64+
65+
# Source OneAPI env
66+
source /opt/intel/oneapi/compiler/2024.1/env/vars.sh
67+
source /opt/intel/oneapi/mkl/2024.1/env/vars.sh
68+
```
69+
70+
**Backup**: Recommend to rollback to **Toolkit 2024.0** if need collective feature. See [Release Notes](https://github.com/intel-innersource/frameworks.ai.intel-extension-for-openxla.intel-extension-for-openxla/releases) for more details.
6171
```bash
6272
wget https://registrationcenter-download.intel.com/akdlm//IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564.sh
6373
# 2 components are necessary: DPC++/C++ Compiler and oneMKL
@@ -90,7 +100,7 @@ git clone https://github.com/intel/intel-extension-for-openxla.git
90100
./configure # Choose Yes for all.
91101
bazel build //xla/tools/pip_package:build_pip_package
92102
./bazel-bin/xla/tools/pip_package/build_pip_package ./
93-
pip install intel_extension_for_openxla-0.2.0-cp39-cp39-linux_x86_64.whl
103+
pip install intel_extension_for_openxla-0.3.0-cp39-cp39-linux_x86_64.whl
94104
```
95105

96106
**Aditional Build Option**:

0 commit comments

Comments
 (0)