Popularity
6.4
Stable
Activity
6.5
Declining
1,338
109
255
Code Quality Rank:
L3
Programming language: C++
License: GNU General Public License v3.0 or later
Tags:
Concurrency
Latest version: v2.12_june_8_2016
moderngpu alternatives and similar libraries
Based on the "Concurrency" category.
Alternatively, view moderngpu alternatives based on common mentions on social networks and blogs.
-
moodycamel
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -
Taskflow
A General-purpose Parallel and Heterogeneous Task Programming System -
C++ Actor Framework
An Open Source Implementation of the Actor Model in C++ -
readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++ -
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+. -
RaftLib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators -
MPMCQueue.h
A bounded multi-producer multi-consumer concurrent queue written in C++11 -
VexCL
VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP -
continuable
C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections) -
A C++14 library for executors
C++ library for executors -
SPSCQueue.h
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11 -
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. -
xenium
A C++ library providing various concurrent data structures and reclamation schemes. -
CUB
THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE. -
SObjectizer
SObjectizer: it's all about in-process message dispatching! -
Light Actor Framework
Laughably simple yet effective Actor concurrency framework for C++20 -
BlockingCollection
C++11 thread safe, multi-producer, multi-consumer blocking queue, stack & priority queue class -
Easy Creation of GnuPlot Scripts from C++
A simple C++17 lib that helps you to quickly plot your data with GnuPlot -
alpaka
The project alpaka has moved to https://github.com/alpaka-group/alpaka -
cupla
The project alpaka has moved to https://github.com/alpaka-group/cupla
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of moderngpu or a related project?
README
moderngpu
moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated primitives for solving irregularly parallel problems.
- (c) 2021 Sean Baxter
- You can drop me a line here
- Full documentation with github wiki under heavy construction.
Quick Start Guide
git clone https://github.com/moderngpu/moderngpu.git
cd moderngpu
mkdir build && cd build
cmake ..
make # or make name_of_project to build a specific binary
./bin/test_segreduce
How to Cite
@Unpublished{ Baxter:2016:M2,
author = {Baxter, Sean},
title = {moderngpu 2.0},
note = {\url{https://github.com/moderngpu/moderngpu/wiki}},
year = 2016
}