Skip to content

Commit a6edf0c

Browse files
authored
Merge pull request #625 from bedroge/a64fx
add A64FX as officially supported CPU target
2 parents c6082c6 + f77d435 commit a6edf0c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/software_layer/cpu_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
In 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

docs/software_layer/gpu_targets.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

123132
Support for AMD GPUs is a work in progress ([see recent blog post](../blog/posts/2025/08/eessi-rocm.md)).

0 commit comments

Comments
 (0)