aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sirit/sirit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sirit/sirit.h b/include/sirit/sirit.h
index d9e9a8c..1fb8013 100644
--- a/include/sirit/sirit.h
+++ b/include/sirit/sirit.h
@@ -366,6 +366,9 @@ public:
// Barrier
+ /// Wait for other invocations of this module to reach the current point of execution.
+ Id OpControlBarrier(Id execution, Id memory, Id semantics);
+
/// Control the order that memory accesses are observed.
Id OpMemoryBarrier(Id scope, Id semantics);