Skip to content

Commit 6689440

Browse files
committed
docs(toolchain): 更新LibTorch版本注释并统一MLALGO支持描述
1 parent d1d5b04 commit 6689440

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

toolchain/toolchain_aocc-aocl.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WITH_RAPIDJSON="install"
3939
WITH_LIBRI="install"
4040
WITH_LIBCOMM="install"
4141

42-
# Optional Features (DeepKS support)
42+
# Optional Features (MLALGO support)
4343
WITH_LIBTORCH="no" # Set to "install" for DeepKS support
4444
WITH_LIBNPY="no" # Set to "install" for DeepKS support
4545
WITH_NEP="no"
@@ -71,7 +71,9 @@ CMAKE_VERSION="main" # main=3.31.7, alt=3.30.5
7171
OPENMPI_VERSION="main" # main=5.0.8, alt=4.1.6
7272
ELPA_VERSION="main" # main=2025.06.001, alt=2024.05.001
7373
LIBXC_VERSION="main" # main=7.0.0, alt=6.2.2
74+
# Optional Libraries
7475
LIBTORCH_VERSION="main" # main=2.1.2, alt=1.12.1 (use alt for older GLIBC)
76+
# Note: alt(1.12.1) version of LibTorch cannot support DeePMD-Torch for DPA
7577

7678
# Note: AOCC-AOCL toolchain uses AOCL for math libraries (FFTW, ScaLAPACK)
7779
# so OpenBLAS and ScaLAPACK version selections are not applicable

toolchain/toolchain_gcc-aocl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ CMAKE_VERSION="main" # main=3.31.7, alt=3.30.5
6868
OPENMPI_VERSION="main" # main=5.0.8, alt=4.1.6
6969
ELPA_VERSION="main" # main=2025.06.001, alt=2024.05.001
7070
LIBXC_VERSION="main" # main=7.0.0, alt=6.2.2
71+
# Optional Libraries
7172
LIBTORCH_VERSION="main" # main=2.1.2, alt=1.12.1 (use alt for older GLIBC)
73+
# Note: alt(1.12.1) version of LibTorch cannot support DeePMD-Torch for DPA
7274

7375
# Note: GCC-AOCL toolchain uses AOCL for math libraries (FFTW, ScaLAPACK)
7476
# so OpenBLAS and ScaLAPACK version selections are not applicable

toolchain/toolchain_gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ LIBXC_VERSION="main" # main=7.0.0, alt=6.2.2
7272
SCALAPACK_VERSION="main" # main=2.2.2, alt=2.2.1
7373
# Optional Libraries
7474
LIBTORCH_VERSION="main" # main=2.1.2, alt=1.12.1 (use alt for older GLIBC)
75+
# Note: alt(1.12.1) version of LibTorch cannot support DeePMD-Torch for DPA
7576

7677
# ============================================================================
7778
# Execute Installation (DO NOT MODIFY BELOW THIS LINE)

toolchain/toolchain_intel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ INTELMPI_CLASSIC="no" # Set to "yes" to use classic Intel MPI wrappers (mpiicc
8787
CMAKE_VERSION="main" # main=3.31.7, alt=3.30.5
8888
ELPA_VERSION="alt" # main=2025.06.001, alt=2024.05.001 for intel oneapi<2024.2
8989
LIBXC_VERSION="main" # main=7.0.0, alt=6.2.2
90+
# Optional Libraries
9091
LIBTORCH_VERSION="main" # main=2.1.2, alt=1.12.1 (use alt for older GLIBC)
92+
# Note: alt(1.12.1) version of LibTorch cannot support DeePMD-Torch for DPA
9193

9294
# Note: Intel toolchain uses MKL for math libraries (FFTW, ScaLAPACK)
9395
# so OpenBLAS, FFTW, and ScaLAPACK version selections are not applicable

0 commit comments

Comments
 (0)