We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d50d7 commit 28b0232Copy full SHA for 28b0232
README.md
@@ -0,0 +1,18 @@
1
+# SWM
2
+
3
+The same mini-app is written in multiple programming languages systems.
4
5
+TODO: Add overview of mini-app.
6
7
+## Versions
8
9
+TODO: Create valid links to files / directories.
10
+- [C](swm_c)
11
+ - [Plain C](/swm_c/shallow_swap.c)
12
+ - OpenACC
13
+ - [swap](/swm_c/shallow_swap.acc.c)
14
+ - [tile](/swm_c/shallow_swap.acc.Tile.c)
15
+- [Python](swm_python)
16
+ - numpy
17
+ - gt4py
18
+- [Julia](swm_julia)
0 commit comments