File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33In the 2023.06 version of the EESSI repository, the following CPU microarchitectures are supported.
44
55* ` aarch64/generic ` : fallback for Arm 64-bit CPUs (like Raspberri Pi, etc.)
6+ * ` aarch64/a64fx ` : Fujitsu A64FX
67* ` aarch64/neoverse_n1 ` : AWS Graviton 2, Ampere Altra, ...
78* ` aarch64/neoverse_v1 ` : AWS Graviton 3
89* ` aarch64/nvidia/grace ` : NVIDIA Grace
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ The combinations marked with an '`N`' are built natively; others are built on a
3636 <td>x</td>
3737 <td>x</td>
3838 </tr>
39+ <tr>
40+ <td colspan=2>a64fx</td>
41+ <td>-</td>
42+ <td>-</td>
43+ <td>-</td>
44+ </tr>
3945 <tr>
4046 <td colspan=2>neoverse_n1</td>
4147 <td>x</td>
@@ -118,6 +124,9 @@ The combinations marked with an '`N`' are built natively; others are built on a
118124 </tbody>
119125</table >
120126
127+ !!! info "No NIVIDIA GPU support for A64FX"
128+ Note that there is no NVIDIA GPU support for A64FX at the moment, as we are not aware of any systems with A64FX CPUs and NVIDIA GPUs.
129+
121130## AMD
122131
123132Support for AMD GPUs is a work in progress ([ see recent blog post] ( ../blog/posts/2025/08/eessi-rocm.md ) ).
You can’t perform that action at this time.
0 commit comments