Skip to content

Commit e74fc2a

Browse files
authored
Merge pull request #376 from bedroge/add_sapphire_rapids_support
add support for Sapphire Rapids
2 parents 8d5e4f7 + 14134cb commit e74fc2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/software_layer/cpu_targets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ In the 2023.06 version of the EESSI repository, the following CPU microarchitect
1010
* `x86_64/amd/zen3`: AMD Milan, Milan-X
1111
* `x86_64/amd/zen4`: AMD Genoa, Genoa-X, Bergamo, Siena
1212
* `x86_64/intel/haswell`: Intel Haswell, Broadwell
13-
* `x86_64/intel/skylake_avx512`: Intel Skylake, Cascade Lake, Ice Lake, ...
13+
* `x86_64/intel/skylake_avx512`: Intel Skylake, Cascade Lake, Ice Lake, Cooper Lake
14+
* `x86_64/intel/sapphirerapids`: Intel Sapphire Rapids, Emerald Rapids
1415

1516
The names of these CPU targets correspond to the names used by [archspec](https://github.com/archspec/archspec).

scripts/available_software/available_software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
2929

3030
# some CPU targets are excluded for now, because software layer is too incomplete currently
31-
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids', 'x86_64/intel/sapphirerapids']
31+
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
3232

3333

3434
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)