Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

CUB 0.9.2

Compare
Choose a tag to compare
@brycelelbach brycelelbach released this 19 May 08:22

Summary

CUB 0.9.2 adds cub::WarpReduce.

New Features

  • cub::WarpReduce, which uses the SHFL instruction when applicable. cub::BlockReduce now uses this cub::WarpReduce instead of implementing its own.

Enhancements

  • Documentation updates and corrections.

Bug Fixes

  • Fixes for 64-bit Linux compilation warnings and errors.