mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-25 00:36:36 +01:00
barrier: Add OpControlBarrier
This commit is contained in:
parent
414fc4dbd2
commit
a62c5bbc10
2 changed files with 11 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue