|
1 | 1 | {
|
2 |
| - "title":"mallocMC - Memory Allocator for Many Core Architectures", |
3 |
| - "description":"This project provides a framework for fast memory managers on many core accelerators. It is based on alpaka to run on many different accelerators and implements the ScatterAlloc algorithm.", |
4 |
| - "keywords":[ |
| 2 | + "title": "mallocMC - Memory Allocator for Many Core Architectures", |
| 3 | + "description": "This project provides a framework for fast memory managers on many core accelerators. It is based on alpaka to run on many different accelerators and implements multiple algorithms.", |
| 4 | + "keywords": [ |
5 | 5 | "mallocMC",
|
6 | 6 | "CUDA",
|
7 | 7 | "manycore",
|
8 | 8 | "GPU",
|
9 | 9 | "allocator"
|
10 | 10 | ],
|
11 |
| - "language":"eng", |
12 |
| - "access_right":"open", |
13 |
| - "license":{ |
14 |
| - "id":"MIT" |
| 11 | + "language": "eng", |
| 12 | + "access_right": "open", |
| 13 | + "license": { |
| 14 | + "id": "MIT" |
15 | 15 | },
|
16 |
| - "creators":[ |
| 16 | + "creators": [ |
17 | 17 | {
|
18 |
| - "name":"Eckert, Carlchristian", |
19 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", |
20 |
| - "orcid":"0000-0002-6459-0842" |
| 18 | + "name": "Widera, René", |
| 19 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 20 | + "orcid": "0000-0003-1642-0459" |
21 | 21 | },
|
22 | 22 | {
|
23 |
| - "name":"Widera, René", |
24 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
25 |
| - "orcid":"0000-0003-1642-0459" |
| 23 | + "name": "Lenz, Julian", |
| 24 | + "affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf", |
| 25 | + "orcid": "0000-0001-5250-0005" |
| 26 | + } |
| 27 | + ], |
| 28 | + "contributors": [ |
| 29 | + { |
| 30 | + "name": "Eckert, Carlchristian", |
| 31 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", |
| 32 | + "orcid": "0000-0002-6459-0842", |
| 33 | + "type": "Other" |
26 | 34 | },
|
27 | 35 | {
|
28 |
| - "name":"Huebl, Axel", |
29 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
30 |
| - "orcid":"0000-0003-1943-7141" |
| 36 | + "name": "Worpitz, Benjamin", |
| 37 | + "type": "Other" |
31 | 38 | },
|
32 | 39 | {
|
33 |
| - "name":"Gruber, Bernhard Manfred", |
34 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", |
35 |
| - "orcid":"0000-0001-7848-1690" |
| 40 | + "name": "Grund, Alexander", |
| 41 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 42 | + "orcid": "0000-0002-7196-8452", |
| 43 | + "type": "Other" |
36 | 44 | },
|
37 | 45 | {
|
38 |
| - "name":"Bastrakov, Sergei", |
39 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
40 |
| - "orcid":"0000-0003-3396-6154" |
| 46 | + "name": "Huebl, Axel", |
| 47 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 48 | + "orcid": "0000-0003-1943-7141", |
| 49 | + "type": "Other" |
41 | 50 | },
|
42 | 51 | {
|
43 |
| - "name":"Worpitz, Benjamin" |
| 52 | + "name": "Gruber, Bernhard Manfred", |
| 53 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", |
| 54 | + "orcid": "0000-0001-7848-1690", |
| 55 | + "type": "Other" |
44 | 56 | },
|
45 | 57 | {
|
46 |
| - "name":"Grund, Alexander", |
47 |
| - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
48 |
| - "orcid":"0000-0002-7196-8452" |
| 58 | + "name": "Bastrakov, Sergei", |
| 59 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 60 | + "orcid": "0000-0003-3396-6154", |
| 61 | + "type": "Other" |
49 | 62 | }
|
50 | 63 | ]
|
51 | 64 | }
|
0 commit comments