From 12ba6313e480c63a3160bb6620e0446086355933 Mon Sep 17 00:00:00 2001 From: Sean Baxter Date: Mon, 6 Jun 2016 13:00:06 -0400 Subject: [PATCH] Updated README for 2.11 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 801fd97..5795769 100644 --- a/README.md +++ b/README.md @@ -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.