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 CI tests #20

Closed SimeonEhrig closed 2 years ago

SimeonEhrig commented 3 years ago

The CI should test the following things

SimeonEhrig commented 3 years ago

First part solved.

SimeonEhrig commented 2 years ago

The second part will be solved with a cupla-vikunja example. The PR is coming soon.

SimeonEhrig commented 2 years ago

Second part solved in PR #31