-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b52ca94
commit 074ffd8
Showing
1 changed file
with
48 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,50 @@ | ||
{ | ||
"title": "LLAMA: Low Level Abstraction of Memory Access", | ||
"description": "LLAMA is a C++17 template header-only library for the abstraction of memory access patterns. It distinguishes between the view of the algorithm on the memory and the real layout in the background. This enables performance portability for multicore, manycore and gpu applications with the very same code.", | ||
"creators": [ | ||
{ | ||
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", | ||
"name": "Matthes, Alexander", | ||
"orcid": "0000-0002-6702-2015" | ||
}, | ||
{ | ||
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", | ||
"name": "Gruber, Bernhard Manfred" | ||
} | ||
], | ||
"access_right": "open", | ||
"keywords": [ | ||
"HPC", | ||
"C++", | ||
"memory layout", | ||
"heterogeneous computing", | ||
"performance portability" | ||
], | ||
"license": "LGPL-3.0", | ||
"upload_type": "software", | ||
"grants": [ | ||
{ | ||
"id": "654220" | ||
} | ||
], | ||
"title":"LLAMA: Low Level Abstraction of Memory Access", | ||
"description":"LLAMA is a C++17 template header-only library for the abstraction of memory access patterns. It distinguishes between the view of the algorithm on the memory and the real layout in the background. This enables performance portability for multicore, manycore and gpu applications with the very same code.", | ||
"creators":[ | ||
{ | ||
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", | ||
"name":"Matthes, Alexander", | ||
"orcid":"0000-0002-6702-2015" | ||
}, | ||
{ | ||
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", | ||
"name":"Gruber, Bernhard Manfred", | ||
"orcid":"0000-0001-7848-1690" | ||
}, | ||
{ | ||
"name":"Widera, René", | ||
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", | ||
"orcid":"0000-0003-1642-0459" | ||
} | ||
], | ||
"contributors":[ | ||
{ | ||
"name":"Wesarg, Bert", | ||
"affiliation":"TU Dresden" | ||
}, | ||
{ | ||
"name":"Velten, Markus", | ||
"affiliation":"TU Dresden" | ||
}, | ||
{ | ||
"name":"Werner, Matthias", | ||
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf" | ||
} | ||
], | ||
"access_right":"open", | ||
"keywords":[ | ||
"HPC", | ||
"C++", | ||
"memory layout", | ||
"heterogeneous computing", | ||
"performance portability" | ||
], | ||
"license":"LGPL-3.0", | ||
"upload_type":"software", | ||
"grants":[ | ||
{ | ||
"id":"654220" | ||
} | ||
] | ||
} |