From 050e109c57512631e4bba51a13592e2c6c35d878 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Mon, 2 Dec 2024 15:46:09 -0500 Subject: [PATCH] Document RISC-V architectures Co-authored-by: Patrick Diehl --- docs/source/keywords.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index a87b7635c..1b145c030 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -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 -----------------