We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524a317 commit ec188d7Copy full SHA for ec188d7
install.md
@@ -24,11 +24,11 @@ title: Installation cheat sheet for Kokkos
24
| Clang | 10.0.0 | For CUDA |
25
| Clang | 8.0.0 | For CPU |
26
| GCC | 8.2.0 | |
27
-| Intel LLVM | 2022.0.0 | For SYCL |
+| Intel LLVM | 2023.0.0 | For SYCL |
28
| Intel LLVM | 2021.1.1 | For CPU |
29
| MSVC | 19.29 | |
30
| NVCC | 11.0 | |
31
-| NVHPC/PGI | 22.3 | |
+| NVHPC | 22.3 | |
32
| ROCM | 5.2.0 | |
33
34
### Build system
@@ -227,6 +227,7 @@ Host options are used for controlling optimization and are optional.
227
228
| Option | Architecture |
229
|-------------------------|--------------|
230
+| `-DKokkos_ARCH_ZEN4=ON` | Zen4 |
231
| `-DKokkos_ARCH_ZEN3=ON` | Zen3 |
232
| `-DKokkos_ARCH_ZEN2=ON` | Zen2 |
233
| `-DKokkos_ARCH_ZEN=ON` | Zen |
0 commit comments