forked from alpaka-group/alpaka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
137 lines (137 loc) · 3.5 KB
/
.zenodo.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"title": "alpaka: Abstraction Library for Parallel Kernel Acceleration",
"description": "The alpaka library is a header-only C++14 abstraction library for accelerator development. Its aim is to provide performance portability across accelerators through the abstraction (not hiding!) of the underlying levels of parallelism.",
"creators": [
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden, LogMeIn Inc.",
"name": "Worpitz, Benjamin"
},
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"name": "Widera, René",
"orcid": "0000-0003-1642-0459"
},
{
"name": "Bastrakov, Sergei",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-3396-6154"
},
{
"name": "Colgrove, Mat",
"affiliation": "NVIDIA"
},
{
"name": "Ehrig, Simeon",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0002-8218-3116"
},
{
"name": "Gruber, Bernhard Manfred",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf, CERN",
"orcid": "0000-0001-7848-1690"
},
{
"name": "Kelling, Jeffrey",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1761-2591"
},
{
"name": "Krude, Jakob",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf",
"name": "Stephan, Jan",
"orcid": "0000-0001-7839-4386"
},
{
"name": "Gehrke, Valentin",
"affiliation": "TU Dresden"
},
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden",
"name": "Huebl, Axel",
"orcid": "0000-0003-1943-7141"
},
{
"name": "Knespel, Maximilian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden",
"name": "Matthes, Alexander",
"orcid": "0000-0002-6702-2015"
},
{
"name": "Mewes, Hauke",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"name": "Nash, Phil"
},
{
"name": "Saito, Mutsuo"
},
{
"name": "Schenke, Jonas",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"name": "Vollmer, Daniel",
"affiliation": "Deutsches Zentrum für Luft- und Raumfahrt e.V."
},
{
"name": "Werner, Matthias",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"name":"Wesarg, Bert",
"affiliation":"TU Dresden"
},
{
"name": "Zacharias, Malte",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"name": "Zenker, Erik",
"orcid": "0000-0001-9417-8712"
}
],
"access_right": "open",
"keywords": [
"HPC",
"CUDA",
"OpenMP",
"C++",
"GPU",
"HIP",
"heterogeneous computing",
"performance portability"
],
"license": "MPL-2.0",
"upload_type": "software",
"grants": [
{
"id": "654220"
}
],
"related_identifiers": [
{
"identifier": "DOI:10.5281/zenodo.49768",
"relation": "isCitedBy"
},
{
"identifier": "DOI:10.1007/978-3-319-46079-6_21",
"relation": "cites"
},
{
"identifier": "DOI:10.1109/IPDPSW.2016.50",
"relation": "isCitedBy"
},
{
"identifier": "DOI:10.1007/978-3-319-67630-2_36",
"relation": "isCitedBy"
}
]
}