Skip to content

Commit ec188d7

Browse files
committed
Update modifications from 4.6
1 parent 524a317 commit ec188d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ title: Installation cheat sheet for Kokkos
2424
| Clang | 10.0.0 | For CUDA |
2525
| Clang | 8.0.0 | For CPU |
2626
| GCC | 8.2.0 | |
27-
| Intel LLVM | 2022.0.0 | For SYCL |
27+
| Intel LLVM | 2023.0.0 | For SYCL |
2828
| Intel LLVM | 2021.1.1 | For CPU |
2929
| MSVC | 19.29 | |
3030
| NVCC | 11.0 | |
31-
| NVHPC/PGI | 22.3 | |
31+
| NVHPC | 22.3 | |
3232
| ROCM | 5.2.0 | |
3333

3434
### Build system
@@ -227,6 +227,7 @@ Host options are used for controlling optimization and are optional.
227227

228228
| Option | Architecture |
229229
|-------------------------|--------------|
230+
| `-DKokkos_ARCH_ZEN4=ON` | Zen4 |
230231
| `-DKokkos_ARCH_ZEN3=ON` | Zen3 |
231232
| `-DKokkos_ARCH_ZEN2=ON` | Zen2 |
232233
| `-DKokkos_ARCH_ZEN=ON` | Zen |

0 commit comments

Comments
 (0)