Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recent publications to README #714

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ It includes:

An API documentation is generated by [Doxygen](https://alpaka-group.github.io/llama/) from the C++ source.
Please read the documentation on Read the Docs first!
We published a paper on LLAMA to the [Wiley Digital Library](https://doi.org/10.1002/spe.3077).
We gave a talk on LLAMA at CERN's Compute Accelerator Forum on 2021-05-12.
The video recording (starting at 40:00) and slides are available here on [CERN's Indico](https://indico.cern.ch/event/975010/).

Supported compilers
-------------------
Expand Down Expand Up @@ -61,6 +58,19 @@ Contributing
We greatly welcome contributions to LLAMA.
Rules for contributions can be found in [CONTRIBUTING.md](CONTRIBUTING.md).

Scientific publications
-----------------------

We published an [article](https://doi.org/10.1002/spe.3077) on LLAMA in the journal of Software: Practice and Experience.
We gave a talk on LLAMA at CERN's Compute Accelerator Forum on 2021-05-12.
The video recording (starting at 40:00) and slides are available here on [CERN's Indico](https://indico.cern.ch/event/975010/).
Mind that some of the presented LLAMA APIs have been renamed or redesigned in the meantime.

We presented recently added features to LLAMA at the ACAT22 workshop as a [poster](https://indico.cern.ch/event/1106990/contributions/5096939/)
and a contribution to the [proceedings](https://arxiv.org/abs/2302.08251).
Additionally, we gave a [talk](https://indico.cern.ch/event/1106990/contributions/4991259/) at ACAT22 on LLAMA's instrumentation capabilities during a case study on [AdePT](https://github.com/apt-sim/AdePT),
again, with a contribution to the [proceedings](https://arxiv.org/abs/2302.08252).

Attribution
-----------

Expand Down