Add more examples.

- exec_tag_timer
- exec_tag_sync
- skip
- throughput
This commit is contained in:
Allison Vacanti
2021-03-09 16:02:34 -05:00
parent 3d83fe20ac
commit 3fc75f5ea6
9 changed files with 369 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
set(example_srcs
axes.cu
exec_tag_sync.cu
exec_tag_timer.cu
skip.cu
throughput.cu
)
foreach(example_src IN LISTS example_srcs)