Umpire
An application-focused API for memory management on NUMA & GPU architectures (by LLNL)
CHAI
Copy-hiding array abstraction to automatically migrate data between memory spaces (by LLNL)
Umpire | CHAI | |
---|---|---|
1 | 1 | |
336 | 106 | |
2.4% | 0.0% | |
7.5 | 8.2 | |
9 days ago | 6 days ago | |
C++ | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Umpire
Posts with mentions or reviews of Umpire.
We have used some of these posts to build our list of alternatives
and similar projects.
CHAI
Posts with mentions or reviews of CHAI.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-19.
-
Guidelines for using raw pointers in modern C++ and GPUs
I believe most of these performance portability libraries have associated memory manager projects. For example, RAJA has CHAI. I would use those managed array classes.
What are some alternatives?
When comparing Umpire and CHAI you can also consider the following projects:
tuninglib - A C++ Class and Template Library for Performance Critical Applications
CuTeLib - CUDA Template Library provides simple, typesafe, performant constructs for C++ CUDA projects
RAJA - RAJA Performance Portability Layer (C++)
mfem - Lightweight, general, scalable C++ library for finite element methods
ArrayFire - ArrayFire: a general purpose GPU library.
alpaka - Abstraction Library for Parallel Kernel Acceleration :llama:
stlbm
Boost.Compute - A C++ GPU Computing Library for OpenCL
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
gtensor - GTensor is a multi-dimensional array C++14 header-only library for hybrid GPU development.