diff --git a/topics/kokkos/index.md b/topics/kokkos/index.md index eba3532f974..235b5938242 100644 --- a/topics/kokkos/index.md +++ b/topics/kokkos/index.md @@ -5,6 +5,6 @@ logo: kokkos.png related: c-plus-plus, parallel-computing, high-performance-computing short_description: Kokkos C++ Performance Portability Ecosystem. topic: kokkos -url: https://kokkos.github.io/ +url: https://kokkos.org --- The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. The Ecosystem consists of multiple libraries addressing the primary concerns for developing and maintaining applications in a portable way. The three main components are the [Kokkos Core Programming Model](https://github.com/kokkos/kokkos), the [Kokkos Kernels Math Libraries ](https://github.com/kokkos/kokkos-kernels) and the [Kokkos Profiling and Debugging Tools](https://github.com/kokkos/kokkos-tools).