Skip to content

Commit

Permalink
[Docs] Update oneAPI Base Toolkit version (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dboyqiao committed Mar 28, 2024
1 parent c1b6346 commit 687eadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/install_for_xpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For experimental support of the Intel® Arc™ A-Series GPUs, please refer to [I
- Intel® Data Center GPU Flex Series
- Ubuntu 22.04, Red Hat 8.6 (64-bit), SUSE Linux Enterprise Server(SLES) 15 SP4/SP5
- Intel® Data Center GPU Max Series
- Intel® oneAPI Base Toolkit 2024.0
- Intel® oneAPI Base Toolkit 2024.1
- TensorFlow 2.15.0
- Python 3.9-3.11
- pip 19.0 or later (requires manylinux2014 support)
Expand Down Expand Up @@ -69,10 +69,10 @@ Need to install components of Intel® oneAPI Base Toolkit:


```bash
$ wget https://registrationcenter-download.intel.com/akdlm//IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564.sh
$ wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fdc7a2bc-b7a8-47eb-8876-de6201297144/l_BaseKit_p_2024.1.0.596.sh
# 3 components are necessary: DPC++/C++ Compiler, DPC++ Libiary and oneMKL
# 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)
$ sudo sh l_BaseKit_p_2024.0.0.49564.sh
$ sudo sh ./l_BaseKit_p_2024.1.0.596.sh
```

For any more details, follow the procedure in https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html.
Expand Down

0 comments on commit 687eadd

Please sign in to comment.