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

Fix compiler bug in deviceTransformReduce, if input and return type of the transform functor are different #51

Closed SimeonEhrig closed 2 years ago

SimeonEhrig commented 2 years ago

Add test cases to test different transformation functions where the type of input and the return value are different.

SimeonEhrig commented 2 years ago

@alpaka-group/alpaka-developers Please review somebody.