Skip to content

Commit

Permalink
Merge pull request #121 from psychocoderHPC/topic-updateZenodoFile
Browse files Browse the repository at this point in the history
update zenodo file
  • Loading branch information
bernhardmgruber authored Nov 17, 2020
2 parents abfb648 + 074ffd8 commit 022784c
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 022784c

Please sign in to comment.