Skip to content

Commit

Permalink
Add a note clarifying when support for NVIDIA Grace Arm CPU was added
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Nov 26, 2024
1 parent ed7ee12 commit 617a083
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,38 +400,45 @@ If cross-compiling, or if you want to be specific, the CPU architecture can be p
-

.. list-table:: ARM CPU architectures
:widths: 30 30 30
:widths: 30 30 30 30
:header-rows: 1
:align: left

* - CMake keyword
- Architecture/Instruction set
- Examples
- Notes

* - ``Kokkos_ARCH_ARMV9_GRACE``
- ARMv9-A/A64/neoverse-v2
- GH200 @ CSCS ALPS
- (since Kokkos 4.4.1)

* - ``Kokkos_ARCH_A64FX``
- ARMv8.2/A64
- A64FX @ Fugaku
-

* - ``Kokkos_ARCH_ARMV8_THUNDERX2``
- ARMv8/A64
- ThunderX2 @ SNL Astra
ThunderX2 @ CEA BullSequana
-

* - ``Kokkos_ARCH_ARMV81``
- ARMv8.1/A64,A32
-
-

* - ``Kokkos_ARCH_ARMV8_THUNDERX``
- ARMv8/A64
-
-

* - ``Kokkos_ARCH_ARMV80``
- ARMv8.0/A64,A32
-
-

.. list-table:: IBM CPU architectures
:widths: 30 30 30
Expand Down

0 comments on commit 617a083

Please sign in to comment.