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.1 and 0.7.0 #26

Closed SimeonEhrig closed 3 years ago

SimeonEhrig commented 3 years ago

Allow to use Alpaka Version 0.6.0, 0.6.1 and 0.7.0

SimeonEhrig commented 3 years ago

WIP: extend PR to test different Alpaka versions.

psychocoderHPC commented 3 years ago

disabled Hip test, because without alpaka runtime tests, it is hard to say, what is a vikunja and what is a alpaka bug

You can run alpaka HIP tests on our HZDR CI.