Skip to content

Commit 6cee27c

Browse files
Terry Cojeanupsj
andcommitted
typo: fix OneAPI -> oneAPI
Co-authored-by: Tobias Ribizel <upsj@users.noreply.github.com> Signed-off-by: Terry Cojean <terry.cojean@kit.edu>
1 parent e03110e commit 6cee27c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Supported systems and requirements:
3636
+ Cray Compiler: 14.0.1+
3737
+ CUDA module: CMake 3.18+, and CUDA 10.1+ or NVHPC 22.7+
3838
+ HIP module: ROCm 4.5+
39-
+ DPC++ module: Intel OneAPI 2022.1+ with oneMKL and oneDPL. Set the CXX compiler to `dpcpp` or `icpx`.
39+
+ DPC++ module: Intel oneAPI 2022.1+ with oneMKL and oneDPL. Set the CXX compiler to `dpcpp` or `icpx`.
4040
+ MPI: standard version 3.1+, ideally GPU Aware, for best performance
4141
+ Windows
4242
+ MinGW: GCC 5.5+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Ginkgo HIP module has the following __additional__ requirements:
6464

6565
The Ginkgo DPC++(SYCL) module has the following __additional__ requirements:
6666

67-
* _OneAPI 2021.3+_
67+
* _oneAPI 2022.1+_
6868
* Set `dpcpp` or `icpx` as the `CMAKE_CXX_COMPILER`
6969
* `c++17` is used to compile Ginkgo
7070
* The following oneAPI packages should be available:

0 commit comments

Comments
 (0)