Kokkos

Results 12 repositories owned by Kokkos

kokkos

1.7k
Stars
402
Forks
Watchers

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

kokkos-kernels

283
Stars
92
Forks
Watchers

Kokkos C++ Performance Portability Programming Ecosystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels

kokkos-tutorials

250
Stars
90
Forks
Watchers

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem

mdspan

376
Stars
60
Forks
Watchers

Reference implementation of mdspan targeting C++23

kokkos-tools

91
Stars
52
Forks
Watchers

Kokkos C++ Performance Portability Programming Ecosystem: Profiling and Debugging Tools

array_ref

36
Stars
9
Forks
Watchers

Polymorphic multidimensional array view

kokkos-fortran-interop

20
Stars
6
Forks
Watchers

The Kokkos Fortran Interop repository contains tools and interfaces which help interactions between Fortran portions of an applications and C++ portions using Kokkos.

kokkos-remote-spaces

37
Stars
16
Forks
Watchers

This repository contains Kokkos Remote Spaces, which implements distributed shared memory support for Kokkos.

pykokkos

86
Stars
17
Forks
Watchers

Performance portable parallel programming in Python.

pykokkos-base

24
Stars
9
Forks
Watchers

Python bindings for data interoperability with Kokkos (View, DynRankView)