Skip to content

Commit cd6d31c

Browse files
committed
Specify latest supported Kokkos release.
1 parent 6bb7261 commit cd6d31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The main highlights of our SVM implementations are:
6565
- [HIP](https://github.com/ROCm-Developer-Tools/HIP)
6666
- [OpenCL](https://www.khronos.org/opencl/)
6767
- [SYCL](https://www.khronos.org/sycl/) (supported implementations are [DPC++](https://github.com/intel/llvm) and [AdaptiveCpp](https://github.com/AdaptiveCpp/AdaptiveCpp) (formerly known as hipSYCL); specifically the versions [sycl-nightly/20231201](https://github.com/intel/llvm/tree/sycl-nightly/20230110) and AdaptiveCpp release [v24.06.0](https://github.com/AdaptiveCpp/AdaptiveCpp/releases/tag/v23.10.0))
68-
- [Kokkos](https://github.com/kokkos/kokkos) (all execution spaces supported except `OpenMPTarget` and `OpenACC`); specifically the version [d50de97](https://github.com/kokkos/kokkos/commit/d50de979b4d095dc32dba80f72a5e009f3615db1)
68+
- [Kokkos](https://github.com/kokkos/kokkos) (all execution spaces supported except `OpenMPTarget` and `OpenACC`); specifically the version [4.5.00](https://github.com/kokkos/kokkos/releases/tag/4.5.00)
6969
3. Six different kernel functions to be able to classify a large variety of different problems:
7070
- linear: $\vec{u}^T$ $\cdot$ $\vec{v}$
7171
- polynomial: $(\gamma$ $\cdot$ $\vec{u}^T$ $\cdot$ $\vec{v}$ $+$ $coef0)^{d}$

0 commit comments

Comments
 (0)