-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCITATION.cff
38 lines (37 loc) · 1.15 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: vikunja
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Hauke
family-names: Mewes
email: [email protected]
affiliation: Helmholtz-Zentrum Dresden-Rossendorf
- given-names: Simeon
family-names: Ehrig
email: [email protected]
affiliation: Helmholtz-Zentrum Dresden-Rossendorf
orcid: 'https://orcid.org/0000-0002-8218-3116'
repository-code: 'https://github.com/alpaka-group/vikunja'
url: 'https://vikunja.readthedocs.io/en/latest/'
abstract: >-
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.
keywords:
- HPC
- C++
- heterogeneous computing
- performance portability
- standard algorithm
license: MPL-2.0
commit: '529e933'
version: 0.1.0
date-released: '2021-01-13'