alpaka-group / vikunja

Vikunja is a performance portable algorithm library that defines functions operating on ranges of elements for a variety of purposes . It supports the execution on multi-core CPUs and various GPUs. Vikunja uses alpaka to implement platform-independent primitives such as reduce or transform.
https://vikunja.readthedocs.io/en/latest/
Mozilla Public License 2.0
14 stars 5 forks source link

Add block-reduce #11

Open DerWaldschrat opened 5 years ago

DerWaldschrat commented 5 years ago

Currently, only the device-reduce is provided as a ready-to-use function. The block-reduce exists as a kernel, but it might be useful to provide this as a convenient, ready-to-use function like CUB does.