Navigation Menu

Skip to content

Commit

Permalink
Updated README for 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbaxter committed Jun 6, 2016
1 parent 4c88be1 commit 12ba631
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -8,9 +8,10 @@ Full documentation with [github wiki](https://github.com/moderngpu/moderngpu/wik

**Latest update**:
```
2.10 2016 May 15 -
Allow for non-pow2 sized launches. Rewrote cta_reduce_t to support these
sizes.
2.11 2016 June 6 -
Removed decltype() calls on __device__-tagged lambdas. This introduces
two breaking changes: transform_scan and fill_function now take explicit
types as their first template arguments.
```
---
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.
Expand Down

0 comments on commit 12ba631

Please sign in to comment.