Skip to content

Commit

Permalink
update zenodo file
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocoderHPC committed Nov 17, 2020
1 parent b52ca94 commit 074ffd8
Showing 1 changed file with 48 additions and 28 deletions.
76 changes: 48 additions & 28 deletions .zenodo.json
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"
}
]
}

0 comments on commit 074ffd8

Please sign in to comment.