Skip to content

Commit

Permalink
Update CHANGE_LOG.TXT for version 1.7
Browse files Browse the repository at this point in the history
Former-commit-id: 21f25df347f3d9ef7fcfd830432f16c7c3873636
  • Loading branch information
dumerrill authored and dumerrill committed Jun 7, 2017
1 parent aa6ea7c commit b2d0e7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGE_LOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.7.0 06/07/2017
- Compatible with CUDA9 and SM7.x (Volta) independent thread scheduling
- API change: remove cub::WarpAll() and cub::WarpAny(). These functions served to
emulate __all and __any functionality for SM1.x devices, which did not have those
operations. However, the SM1.x devices are now deprecated in CUDA, and the
interfaces of the these two functions are now lacking the lane-mask needed
for collectives to run on Volta SMs having independent thread scheduling.
- Bug fixes:
- Issue #86 Incorrect results with ReduceByKey

//-----------------------------------------------------------------------------

1.6.4 12/06/2016
- Updated sm_5x, sm_6x tuning policies for radix sorting (3.5B and 3.4B
32b keys/s on TitanX and GTX 1080, respectively)
Expand Down

0 comments on commit b2d0e7b

Please sign in to comment.