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 benchmarks #70

Closed SimeonEhrig closed 2 years ago

SimeonEhrig commented 2 years ago

TODO

SimeonEhrig commented 2 years ago

Cool stuff! The most interesting question for me is still: Where will you run these benchmarks and how do you report the numbers?

That's something, which didn't solved yet. The motivation for the benchmarks is the student project. They should provide some benchmarks about it's work. I thought, it is a good idea to integrate the benchmarks in vikunja now and later, if we solved the automatic benchmark problem, we can use it.