• Stars
    star
    1,576
  • Rank 28,543 (Top 0.6 %)
  • Language
    C++
  • License
    Other
  • Created almost 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Patterns and behaviors for GPU computing

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
}