Skip to content

Commit 524a317

Browse files
committed
Drop support of Intel Classic
1 parent d33c6c4 commit 524a317

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

install.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ title: Installation cheat sheet for Kokkos
1818

1919
### Compiler
2020

21-
| Compiler | Minimum version | Notes |
22-
|---------------|-----------------|----------|
23-
| ARM Clang | 20.1 | |
24-
| Clang | 10.0.0 | For CUDA |
25-
| Clang | 8.0.0 | For CPU |
26-
| GCC | 8.2.0 | |
27-
| Intel Classic | 19.0.5 | |
28-
| Intel LLVM | 2022.0.0 | For SYCL |
29-
| Intel LLVM | 2021.1.1 | For CPU |
30-
| MSVC | 19.29 | |
31-
| NVCC | 11.0 | |
32-
| NVHPC/PGI | 22.3 | |
33-
| ROCM | 5.2.0 | |
21+
| Compiler | Minimum version | Notes |
22+
|------------|-----------------|----------|
23+
| ARM Clang | 20.1 | |
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 |
28+
| Intel LLVM | 2021.1.1 | For CPU |
29+
| MSVC | 19.29 | |
30+
| NVCC | 11.0 | |
31+
| NVHPC/PGI | 22.3 | |
32+
| ROCM | 5.2.0 | |
3433

3534
### Build system
3635

0 commit comments

Comments
 (0)