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

Under investigate performance behavior of functor parameters #45

Open SimeonEhrig opened 2 years ago

SimeonEhrig commented 2 years ago

At the moment, the argument of a functor a pass as const copy. I should look in the different compiler and check, how good it can be optimized and if it is necessary, optimize it (maybe const references).