Skip to content

Commit

Permalink
Update Compiler Explorer link
Browse files Browse the repository at this point in the history
The previous version was broken after platforms became objects.
  • Loading branch information
bernhardmgruber authored and j-stephan committed Aug 31, 2023
1 parent 979d9f0 commit 28aa539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It enables a simple and straightforward way of porting existing CUDA application
The CI creates a single-header version of alpaka on each commit,
which you can find on the [single-header branch](https://github.com/alpaka-group/alpaka/tree/single-header).

This is especially useful, if you would like to play with alpaka on [Compiler explorer](https://godbolt.org/z/3KE13dcKv).
This is especially useful, if you would like to play with alpaka on [Compiler explorer](https://godbolt.org/z/hzPnhnna9).
Just include alpaka like
```c++
#include <https://raw.githubusercontent.com/alpaka-group/alpaka/single-header/include/alpaka/alpaka.hpp>
Expand Down

0 comments on commit 28aa539

Please sign in to comment.