Skip to content

gahansen/kokkos

This branch is 2402 commits behind kokkos/kokkos:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2022
Dec 28, 2022
Dec 6, 2022
Mar 29, 2023
Apr 5, 2023
Jul 19, 2020
Jan 10, 2023
Mar 31, 2023
Oct 11, 2022
Dec 5, 2022
Dec 13, 2022
Mar 24, 2023
Mar 29, 2023
Jul 17, 2019
Mar 4, 2021
Jul 8, 2021
Sep 30, 2019
Apr 20, 2022
Dec 15, 2022
Jan 6, 2023
Apr 24, 2023
Apr 26, 2023
Sep 12, 2019
Feb 25, 2020
Dec 18, 2017
Nov 23, 2022
Nov 29, 2022
Apr 26, 2023
Sep 26, 2022
Jun 29, 2022
Oct 27, 2021
Aug 23, 2022
Mar 29, 2023
Aug 1, 2022
Apr 26, 2023

Repository files navigation

Kokkos

Kokkos: Core Libraries

Kokkos Core implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use CUDA, HIP, SYCL, HPX, OpenMP and C++ threads as backend programming models with several other backends in development.

Kokkos Core is part of the Kokkos C++ Performance Portability Programming EcoSystem.

For the complete documentation, click below:

Learning about Kokkos

To start learning about Kokkos:

  • Kokkos Lectures: they contain a mix of lecture videos and hands-on exercises covering all the important Kokkos Ecosystem capabilities.

  • Programming guide: contains in "narrative" form a technical description of the programming model, machine model, and the main building blocks like the Views and parallel dispatch.

  • API reference: organized by category, i.e., core, algorithms and containers or, if you prefer, in alphabetical order.

  • Use cases and Examples: a series of examples ranging from how to use Kokkos with MPI to Fortran interoperability.

For questions find us on Slack: https://kokkosteam.slack.com or open a github issue.

For non-public questions send an email to: crtrott(at)sandia.gov

Contributing to Kokkos

Please see this page for details on how to contribute.

Requirements, Building and Installing

All requirements including minimum and primary tested compiler versions can be found here.

Building and installation instructions are described here.

Citing Kokkos

Please see the following page.

License

License

Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

The full license statement used in all headers is available here or here.

About

Core repository for Kokkos software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.5%
  • CMake 2.9%
  • Shell 2.4%
  • Makefile 1.0%
  • Python 0.2%
  • Pawn 0.0%