Update Kokkos Arch in docs

This commit is contained in:
Stan Gerald Moore
2022-10-10 16:29:55 -06:00
parent 11111d1b88
commit 3e1acfc500

View File

@ -483,6 +483,9 @@ They must be specified in uppercase.
* - **Arch-ID** * - **Arch-ID**
- **HOST or GPU** - **HOST or GPU**
- **Description** - **Description**
* - NATIVE
- HOST
- Local machine
* - AMDAVX * - AMDAVX
- HOST - HOST
- AMD 64-bit x86 CPU (AVX 1) - AMD 64-bit x86 CPU (AVX 1)
@ -522,9 +525,21 @@ They must be specified in uppercase.
* - BDW * - BDW
- HOST - HOST
- Intel Broadwell Xeon E-class CPU (AVX 2 + transactional mem) - Intel Broadwell Xeon E-class CPU (AVX 2 + transactional mem)
* - SKL
- HOST
- Intel Skylake Client CPU
* - SKX * - SKX
- HOST - HOST
- Intel Sky Lake Xeon E-class HPC CPU (AVX512 + transactional mem) - Intel Skylake Xeon Server CPU (AVX512)
* - ICL
- HOST
- Intel Ice Lake Client CPU (AVX512)
* - ICX
- HOST
- Intel Ice Lake Xeon Server CPU (AVX512)
* - SPR
- HOST
- Intel Sapphire Rapids Xeon Server CPU (AVX512)
* - KNC * - KNC
- HOST - HOST
- Intel Knights Corner Xeon Phi - Intel Knights Corner Xeon Phi
@ -596,7 +611,10 @@ They must be specified in uppercase.
- AMD GPU MI100 GFX908 - AMD GPU MI100 GFX908
* - VEGA90A * - VEGA90A
- GPU - GPU
- AMD GPU - AMD GPU MI200 GFX90A
* - INTEL_GEN
- GPU
- SPIR64-based devices, e.g. Intel GPUs, using JIT
* - INTEL_DG1 * - INTEL_DG1
- GPU - GPU
- Intel Iris XeMAX GPU - Intel Iris XeMAX GPU
@ -611,9 +629,12 @@ They must be specified in uppercase.
- Intel GPU Gen12LP - Intel GPU Gen12LP
* - INTEL_XEHP * - INTEL_XEHP
- GPU - GPU
- Intel GPUs Xe-HP - Intel GPU Xe-HP
* - INTEL_PVC
- GPU
- Intel GPU Ponte Vecchio
This list was last updated for version 3.5.0 of the Kokkos library. This list was last updated for version 3.7.0 of the Kokkos library.
.. tabs:: .. tabs::