lammps/lib/kokkos
Axel Kohlmeyer cb6e71b72f
fix typo
2024-07-30 08:46:01 -04:00
..
algorithms Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
benchmarks Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
bin Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
cmake backward compatibility not needed 2024-07-29 17:01:34 -04:00
containers Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
core add support for AMD Phoenix APUs with HIP 2024-07-28 20:49:17 -04:00
example Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
simd Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
tpls Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
BUILD.md Update Kokkos library in LAMMPS to v4.1.0 2023-06-29 10:42:42 -06:00
CHANGELOG.md Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
CMakeLists.txt Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
CONTRIBUTING.md Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
Copyright.txt Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
HOW_TO_SNAPSHOT Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
LICENSE Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00
LICENSE_FILE_HEADER Update Kokkos library in LAMMPS to v4.0 2023-03-03 09:22:33 -07:00
Makefile.kokkos fix typo 2024-07-30 08:46:01 -04:00
Makefile.targets Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
README.md Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
SECURITY.md Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
Spack.md Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
appveyor.yml Update Kokkos library in LAMMPS to v4.2 2023-11-21 15:02:12 -07:00
generate_makefile.bash add support for AMD Phoenix APUs with HIP 2024-07-28 20:49:17 -04:00
gnu_generate_makefile.bash Update Kokkos library in LAMMPS to v4.3.0 2024-04-05 08:20:57 -06:00
master_history.txt Update Kokkos library in LAMMPS to v4.3.1 2024-05-15 14:14:08 -06:00

README.md

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:

kokkos.github.io/kokkos-core-wiki

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.