Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RISC-V architectures #603

Closed
wants to merge 8 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,26 @@ If cross-compiling, or if you want to be specific, the CPU architecture can be p
* - ``Kokkos_ARCH_SNB``
- 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
Loading