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 support for alpaka 0.6 #16

Closed SimeonEhrig closed 3 years ago

SimeonEhrig commented 3 years ago

A lot of renaming was done alpaka version 0.6 @sliwowitz wrote a script to do the API changes automatically: https://gist.github.com/sliwowitz/0a55e1bed6350f7fcae17ef0d430040d

A release should be done before, to keep support for alpaka 0.5

SimeonEhrig commented 3 years ago

Solved in #21