Skip to content

Commit

Permalink
Merge pull request #4212 from dalg24/patch-1
Browse files Browse the repository at this point in the history
Update URL for Kokkos topic
  • Loading branch information
octokatherine authored Feb 3, 2024
2 parents 48829db + 742b4bf commit afa7364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/kokkos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit afa7364

Please sign in to comment.