Skip to content

Commit

Permalink
Merge pull request #608 from dalg24/riscv
Browse files Browse the repository at this point in the history
Document RISC-V architectures
  • Loading branch information
dalg24 authored Dec 2, 2024
2 parents 777cdc8 + 050e109 commit adf96d7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,27 @@ If cross-compiling, or if you want to be specific, the CPU architecture can be p
- Sandy Bridge/x86-64
-

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

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

* - ``Kokkos_ARCH_RISCV_RVA22V``
- RVA22V/RISC-V ISA
- SpacemiT K1
- (since Kokkos 4.5)

* - ``Kokkos_ARCH_RISCV_SG2042``
- SG2042/RISC-V ISA
- Milk-V Pioneer
- (since Kokkos 4.3)


GPU Architectures
-----------------

Expand Down

0 comments on commit adf96d7

Please sign in to comment.