Skip to content

Commit

Permalink
Document availability of single header
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jun 17, 2022
1 parent 11fb09e commit 0faaa43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ 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:
https://indico.cern.ch/event/975010/.

Single header
-------------

We create a single-header version of LLAMA on each commit,
which you can find on the [single-header branch](https://github.com/alpaka-group/llama/tree/single-header).

This also useful, if you would like to play with LLAMA on Compiler explorer:
```c++
#include <https://raw.githubusercontent.com/alpaka-group/llama/single-header/llama.hpp>
```

Contributing
------------

Expand Down

0 comments on commit 0faaa43

Please sign in to comment.