Boost.Compute
Thrust
Boost.Compute | Thrust | |
---|---|---|
- | 4 | |
1,546 | 4,839 | |
0.6% | - | |
0.0 | 6.9 | |
about 1 month ago | 8 months ago | |
C++ | C++ | |
gtkbook License | GNU General Public License v3.0 or later |
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.
Boost.Compute
We haven't tracked posts mentioning Boost.Compute yet.
Tracking mentions began in Dec 2020.
Thrust
- AMD's CDNA 3 Compute Architecture
-
Parallel Computations in C++: Where Do I Begin?
For a higher level GPU interface, Thrust provides "standard library"-like functions that run in parallel on the GPU (Nvidia only)
-
What are some cool modern libraries you enjoy using?
For GPGPU, I like thrust. C++-idiomatic way of writing CUDA code, passing between host and device, etc.
-
A vision of a multi-threaded Emacs
Users should work with higher level primitives like tasks, parallel loops, asynchronous functions etc. Think TBB, Thrust, Taskflow, lparallel for CL, etc.
What are some alternatives?
moodycamel - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
CUB - THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.
ArrayFire - ArrayFire: a general purpose GPU library.
HPX - The C++ Standard Library for Parallelism and Concurrency
Bolt - Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
C++React - C++React: A reactive programming library for C++11.
moderngpu - Patterns and behaviors for GPU computing
VexCL - VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
Taskflow - A General-purpose Task-parallel Programming System using Modern C++