Skip to content

Commit

Permalink
Merge pull request #3993 from cz4rs/kokkos
Browse files Browse the repository at this point in the history
Add topic "kokkos"
  • Loading branch information
ahpook authored Oct 18, 2023
2 parents 1357894 + c44c6e9 commit dc4bb7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions topics/kokkos/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
display_name: Kokkos
github_url: https://github.com/kokkos
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/
---
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).
Binary file added topics/kokkos/kokkos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc4bb7c

Please sign in to comment.