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 3 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
21 changes: 20 additions & 1 deletion docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -487,14 +487,33 @@ If cross-compiling, or if you want to be specific, the CPU architecture can be p
* - ``Kokkos_ARCH_KNL``
- Knights Landing/x86-64
- 31S1P @ Tianhe-2
dalg24 marked this conversation as resolved.
Show resolved Hide resolved

dalg24 marked this conversation as resolved.
Show resolved Hide resolved
* - ``Kokkos_ARCH_KNC``
- Knights Corner/x86-64
-

* - ``Kokkos_ARCH_SNB``
- Sandy Bridge/x86-64
-

.. list-table:: RISC-V CPU architectures
:widths: 30 30 30
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
:header-rows: 1
:align: left

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

* - ``KOKKOS_ARCH_RISCV_RVA22V``
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
- RVA22V/RISC-V ISA
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
-
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
- (since Kokkos 4.5.0)
dalg24 marked this conversation as resolved.
Show resolved Hide resolved

* - ``KOKKOS_ARCH_RISCV_SG2042``
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
- SG2042/RISC-V ISA
-
dalg24 marked this conversation as resolved.
Show resolved Hide resolved
- (since Kokkos 4.3.0)
dalg24 marked this conversation as resolved.
Show resolved Hide resolved

GPU Architectures
-----------------
Expand Down
Loading