awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kokkos avatar

kokkos/kokkos

0
View on GitHub↗
2,571 stars·506 forks·C++·10 viewskokkos.org↗

Kokkos

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

Features

  • Concurrency and Parallelism - Performance portable programming model for parallel execution.
  • Parallel Programming Frameworks - Performance-portable programming model for HPC applications.

Star history

Star history chart for kokkos/kokkosStar history chart for kokkos/kokkos

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Kokkos

Similar open-source projects, ranked by how many features they share with Kokkos.
  • facebookincubator/dispensofacebookincubator avatar

    facebookincubator/dispenso

    282View on GitHub↗

    The project provides high-performance concurrency, enabling highly parallel computation.

    C++
    View on GitHub↗282
  • stellar-group/hpxSTEllAR-GROUP avatar

    STEllAR-GROUP/hpx

    2,858View on GitHub↗

    The C++ Standard Library for Parallelism and Concurrency

    C++
    View on GitHub↗2,858
  • bloomen/transwarpbloomen avatar

    bloomen/transwarp

    633View on GitHub↗

    A header-only C++ library for task concurrency

    C++
    View on GitHub↗633
  • taskflow/taskflowtaskflow avatar

    taskflow/taskflow

    12,013View on GitHub↗

    Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency graphs. It provides a programming model that organizes computational work into directed acyclic graphs, enabling developers to manage concurrency, resource scheduling, and task dependencies across multi-core CPUs and GPU accelerators. The framework distinguishes itself through its ability to orchestrate heterogeneous systems, allowing for the integration of hardware-accelerated kernels and memory operations into unified execution pipelines. It supports dynamic runtime subflow

    C++concurrent-programmingcuda-programminggpu-programming
    View on GitHub↗12,013
See all 30 alternatives to Kokkos→

Frequently asked questions

What does kokkos/kokkos do?

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

What are the main features of kokkos/kokkos?

The main features of kokkos/kokkos are: Concurrency and Parallelism, Parallel Programming Frameworks.

What are some open-source alternatives to kokkos/kokkos?

Open-source alternatives to kokkos/kokkos include: stellar-group/hpx — The C++ Standard Library for Parallelism and Concurrency. taskflow/taskflow — Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency… bloomen/transwarp — A header-only C++ library for task concurrency. facebookincubator/dispenso — The project provides high-performance concurrency, enabling highly parallel computation. microsoft/rusttraining — This project is a structured Rust programming curriculum and systems programming course designed to take learners from… andreiavrammsd/cpp-channel — C++11 thread-safe container for sharing data between threads (synchronized queue).