Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moderngpu/moderngpu
Patterns and behaviors for GPU computing
https://github.com/moderngpu/moderngpu
Last synced: 3 months ago
JSON representation
Patterns and behaviors for GPU computing
- Host: GitHub
- URL: https://github.com/moderngpu/moderngpu
- Owner: moderngpu
- License: other
- Created: 2013-05-20T01:53:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T19:15:53.000Z (over 2 years ago)
- Last Synced: 2024-07-25T02:11:47.418Z (4 months ago)
- Language: C++
- Homepage: http://moderngpu.github.io/moderngpu
- Size: 6.6 MB
- Stars: 1,608
- Watchers: 110
- Forks: 279
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
- AwesomeCppGameDev - moderngpu
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](http://twitter.com/seanbax)**
- **You can drop me a line [here](mailto:[email protected])**
- Full documentation with [github wiki](https://github.com/moderngpu/moderngpu/wiki) under heavy construction.## Quick Start Guide
```bash
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
}
```