https://github.com/kokkos/kokkos
abstraction c-plus-plus high-performance-computing hpsf kokkos parallel-computing programming-model
Score: 16.820387392281337
Last synced: 1 day ago
JSON representation
Repository metadata:
Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction
- Host: GitHub
- URL: https://github.com/kokkos/kokkos
- Owner: kokkos
- License: other
- Created: 2015-04-08T21:55:55.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-24T22:05:28.000Z (10 days ago)
- Last Synced: 2026-02-24T22:43:21.738Z (10 days ago)
- Topics: abstraction, c-plus-plus, high-performance-computing, hpsf, kokkos, parallel-computing, programming-model
- Language: C++
- Homepage: https://kokkos.org
- Size: 39.1 MB
- Stars: 2,457
- Watchers: 84
- Forks: 481
- Open Issues: 560
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: docs/SECURITY.md
- Copyright: COPYRIGHT.md
Owner metadata:
- Name: Kokkos
- Login: kokkos
- Email: crtrott@sandia.gov
- Kind: organization
- Description: Kokkos C++ Performance Portability Programming Ecosystem
- Website: https://kokkos.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/10199860?v=4
- Repositories: 34
- Last Synced at: 2024-03-26T07:35:47.329Z
- Profile URL: https://github.com/kokkos
Committers metadata
Last synced: 4 days ago
Total Commits: 11,364
Total Committers: 223
Avg Commits per committer: 50.96
Development Distribution Score (DDS): 0.828
Commits in past year: 819
Committers in past year: 52
Avg Commits per committer in past year: 15.75
Development Distribution Score (DDS) in past year: 0.772
| Name | Commits | |
|---|---|---|
| Daniel Arndt | a****d@o****v | 1951 |
| Damien Lebrun-Grandie | d****4@g****m | 1919 |
| crtrott | c****t@s****v | 1672 |
| Nathan Ellingwood | n****n@s****v | 474 |
| Dan Ibanez | d****e@s****v | 474 |
| David Poliakoff | d****f@g****m | 393 |
| David Hollman | d****m@s****v | 347 |
| Carter Edwards | h****r@s****v | 336 |
| Bruno Turcksin | b****n@g****m | 325 |
| Mikael Simberg | s****g@c****h | 233 |
| Francesco Rizzi | f****i@s****v | 224 |
| Cezary Skrzyński | c****i@n****m | 160 |
| rgayatri | r****i@l****v | 149 |
| Jeff Miles | j****s@s****v | 138 |
| dependabot[bot] | 4****] | 124 |
| Dong Hun Lee | d****e@s****v | 118 |
| Nicolas Morales | n****l@s****v | 117 |
| Phil Miller | p****e@s****v | 110 |
| Dan Sunderland | d****r@s****v | 106 |
| Evan Harvey | e****y@s****v | 104 |
| jjwilke | j****e@s****v | 81 |
| Vinh Dang | v****g@s****v | 76 |
| romintomasetti | r****i@g****m | 70 |
| Si Hammond | s****o@s****v | 67 |
| Steve Bova | s****a@s****v | 64 |
| Greg Mackey | g****e@s****v | 59 |
| Jan Ciesko | j****o@g****m | 57 |
| Nevin Liber | n****r@a****v | 56 |
| James Foucar | j****a@s****v | 55 |
| Christoph Junghans | j****s@v****g | 52 |
| and 193 more... | ||
Package metadata
- Total packages: 12
- Total downloads: unknown
- Total dependent packages: 25 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 41
- Total maintainers: 5
spack.io: kokkos
Kokkos implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms.
- Homepage: https://github.com/kokkos/kokkos
- Licenses: []
- Latest release: 3.0.00 (published almost 4 years ago)
- Last Synced: 2026-02-16T20:23:15.075Z (18 days ago)
- Versions: 12
- Dependent Packages: 16
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 3.627%
- Average: 3.842%
- Forks count: 5.044%
- Stargazers count: 6.697%
- Maintainers (4)
spack.io: kokkos-legacy
Kokkos implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms.
- Homepage: https://github.com/kokkos/kokkos
- Status: removed
- Licenses: []
- Latest release: 2.7.24 (published almost 4 years ago)
- Last Synced: 2026-02-16T20:23:13.250Z (18 days ago)
- Versions: 14
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 5.044%
- Average: 5.839%
- Stargazers count: 6.697%
- Dependent packages count: 11.616%
spack.io: kokkos-nvcc-wrapper
The NVCC wrapper provides a wrapper around NVCC to make it a 'full' C++ compiler that accepts all flags
- Homepage: https://github.com/kokkos/kokkos
- Licenses: []
- Latest release: develop (published almost 4 years ago)
- Last Synced: 2026-02-16T20:23:14.864Z (18 days ago)
- Versions: 6
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 5.044%
- Average: 5.839%
- Stargazers count: 6.697%
- Dependent packages count: 11.616%
- Maintainers (1)
conda-forge.org: kokkos
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.
- Homepage: https://kokkos.org/
- Licenses: BSD-3-Clause
- Latest release: 3.6.01 (published over 3 years ago)
- Last Synced: 2026-03-01T12:29:54.779Z (6 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 8.54%
- Stargazers count: 10.601%
- Average: 20.497%
- Dependent packages count: 28.82%
- Dependent repos count: 34.025%
nixpkgs-23.11: kokkos
C++ Performance Portability Programming EcoSystem
- Homepage: https://github.com/kokkos/kokkos
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/by-name/ko/kokkos/package.nix#L37
- Licenses: Apache-2.0 WITH LLVM-exception
- Latest release: 4.1.00 (published about 1 month ago)
- Last Synced: 2026-02-03T20:34:12.359Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
guix: kokkos
C++ abstractions for parallel execution and data management
- Homepage: https://github.com/kokkos/kokkos
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/cpp.scm#n2064
- Licenses: asl2.0
- Latest release: 4.6.02 (published 4 days ago)
- Last Synced: 2026-03-03T00:41:54.466Z (4 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.11: kokkos
C++ Performance Portability Programming EcoSystem
- Homepage: https://github.com/kokkos/kokkos
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/ko/kokkos/package.nix#L38
- Licenses: Apache-2.0 WITH LLVM-exception
- Latest release: 4.4.01 (published about 1 month ago)
- Last Synced: 2026-02-03T17:38:48.189Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
nixpkgs-unstable: kokkos
C++ Performance Portability Programming EcoSystem
- Homepage: https://github.com/kokkos/kokkos
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ko/kokkos/package.nix#L38
- Licenses: Apache-2.0, LLVM-exception
- Latest release: 5.0.1 (published about 1 month ago)
- Last Synced: 2026-02-02T10:28:06.689Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
nixpkgs-24.05: kokkos
C++ Performance Portability Programming EcoSystem
- Homepage: https://github.com/kokkos/kokkos
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/ko/kokkos/package.nix#L38
- Licenses: Apache-2.0 WITH LLVM-exception
- Latest release: 4.3.01 (published about 1 month ago)
- Last Synced: 2026-02-03T18:44:07.466Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings: