|
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 | 26 | }, |
27 | 27 | { |
28 | | - "name":"Huebl, Axel", |
29 | | - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
30 | | - "orcid":"0000-0003-1943-7141" |
| 28 | + "name": "Huebl, Axel", |
| 29 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 30 | + "orcid": "0000-0003-1943-7141" |
31 | 31 | }, |
32 | 32 | { |
33 | | - "name":"Gruber, Bernhard Manfred", |
34 | | - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", |
35 | | - "orcid":"0000-0001-7848-1690" |
| 33 | + "name": "Gruber, Bernhard Manfred", |
| 34 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", |
| 35 | + "orcid": "0000-0001-7848-1690" |
36 | 36 | }, |
37 | 37 | { |
38 | | - "name":"Bastrakov, Sergei", |
39 | | - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
40 | | - "orcid":"0000-0003-3396-6154" |
| 38 | + "name": "Bastrakov, Sergei", |
| 39 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 40 | + "orcid": "0000-0003-3396-6154" |
| 41 | + } |
| 42 | + ], |
| 43 | + "contributors": [ |
| 44 | + { |
| 45 | + "name": "Eckert, Carlchristian", |
| 46 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", |
| 47 | + "orcid": "0000-0002-6459-0842", |
| 48 | + "type": "Other" |
41 | 49 | }, |
42 | 50 | { |
43 | | - "name":"Worpitz, Benjamin" |
| 51 | + "name": "Worpitz, Benjamin", |
| 52 | + "type": "Other" |
44 | 53 | }, |
45 | 54 | { |
46 | | - "name":"Grund, Alexander", |
47 | | - "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", |
48 | | - "orcid":"0000-0002-7196-8452" |
| 55 | + "name": "Grund, Alexander", |
| 56 | + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", |
| 57 | + "orcid": "0000-0002-7196-8452", |
| 58 | + "type": "Other" |
49 | 59 | } |
50 | 60 | ] |
51 | 61 | } |
52 | | - |
|
0 commit comments