mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 08:43:01 +00:00
barrier: Add OpControlBarrier
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user