# kokkos/kokkos

Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction

Repository: https://github.com/kokkos/kokkos
Canonical: https://ross.abutalabs.com/products/kokkos
Homepage: https://kokkos.org
Language: C++
License: NOASSERTION
License Family: other
Topics: programming-model, parallel-computing, c-plus-plus, abstraction, high-performance-computing, kokkos, hpsf
Last push: 2026-08-26T21:39:31+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 4165, "days_push": 7, "days_rel": 16, "gap_med": 29, "n_releases_24m": 18}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2649, forks 515 (observed 2026-08-28T04:07:06.889533+00:00)

## What it is
Kokkos Core is a C++ programming model providing abstractions for parallel execution and memory management to write performance-portable applications across HPC platforms. It supports CUDA, HIP, SYCL, HPX, OpenMP, and C++ threads as backends and is a Linux Foundation / HPSF project.

## Use cases
- write c++ code that runs on both gpus and cpus without rewriting
- port a cuda application to amd gpus
- parallelize scientific simulation code for supercomputers
- manage multi-level memory hierarchies in hpc applications
- abstract away vendor-specific gpu programming models
- prepare code for exascale computing platforms

## When to choose
- you need a single c++ codebase targeting nvidia, amd, and intel gpus plus multicore cpus
- you are developing large-scale scientific or engineering simulation software
- you want a mature, production-level, community-supported performance portability layer

## When to avoid
- you target only a single gpu vendor and can use native toolkits like CUDA directly
- your project is small-scale and does not need hardware portability
- you need a language other than C++

## Facets
- artifact type: library
- maturity: stable
- function: concurrency, gpu-computing, math, simulation, sdk
- domain: gpu-computing, performance, cross-platform, programming-languages
- platform: cpp, windows, cross-platform
- tags: performance-portability, hpc, parallel-computing, memory-abstraction, kokkos, cuda, hip, sycl, openmp, exascale, high-performance-computing, algorithms, gpu, linux, macos

## Member repositories
- kokkos/kokkos (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:06.889533+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:18:54.927212+00:00, confidence not recorded.
  - readme: https://github.com/kokkos/kokkos (fetched 2026-08-28T04:07:06.889533+00:00, sha 3ba79c8dc04b)
  - homepage: https://kokkos.org (fetched 2026-08-29T10:01:46.379129+00:00, sha 409dfdb9dd01)
  - site_page: https://kokkos.org/kokkos-kernels/docs (fetched 2026-08-29T10:01:46.400122+00:00, sha 863abbd6fc47)
  - site_page: https://kokkos.org/about (fetched 2026-08-29T10:01:46.389099+00:00, sha 56ebb3259912)
  - site_page: https://kokkos.org/about/overview (fetched 2026-08-29T10:01:46.391779+00:00, sha f01f4d6b0f63)
  - site_page: https://kokkos.org/about/leadership (fetched 2026-08-29T10:01:46.393784+00:00, sha d563b2cdbc68)
  - site_page: https://kokkos.org/about/logos (fetched 2026-08-29T10:01:46.395414+00:00, sha b24f84f20c55)
  - site_page: https://kokkos.org/about/releases (fetched 2026-08-29T10:01:46.396895+00:00, sha a1ea015cf8c3)
  - site_page: https://kokkos.org/about/publications (fetched 2026-08-29T10:01:46.398272+00:00, sha 2ceb4bd5eda3)
  - site_page: https://kokkos.org/blog/2026-kokkos-fft-v1-release (fetched 2026-08-29T10:01:46.402972+00:00, sha c6d9689d6cba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
