Popularity
6.4
Stable
Activity
2.6
Declining
1,562
108
276

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.

Do you think we are missing an alternative of moderngpu or a related project?

Add another 'Concurrency' Library

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.

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
}