Skip to content

Commit cb87caa

Browse files
authored
Update README.md
Mention that it's available on compiler explorer.
1 parent 4cd791e commit cb87caa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,7 @@ To summarise, it is currently necessary to perform the accumulation into a tempo
382382
Most of the functions in this library are marked with `__device__`, enabling them to be used in CUDA code.
383383
This includes `array_ref<T, Shape>` and most of its helper functions.
384384
The exceptions to this are functions and classes that allocate memory, primarily `array<T, Shape, Alloc>`.
385+
386+
### Try it on Compiler Explorer
387+
388+
This library is available on [Compiler Explorer](https://godbolt.org/) as `Array`.

0 commit comments

Comments
 (0)