You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Barrier and delay should take None as argument (which should be the default behavior):
.barrier() -> barrier;, i.e places a barrier on all frames .barrier([]) -> does NOT insert an AST node .barrier([frames]) -> barrier frame0, frame1, ...;, i.e. places a barrier on all listed frames
The text was updated successfully, but these errors were encountered:
Barrier and delay should take None as argument (which should be the default behavior):
.barrier()
->barrier;
, i.e places a barrier on all frames.barrier([])
-> does NOT insert an AST node.barrier([frames])
->barrier frame0, frame1, ...;
, i.e. places a barrier on all listed framesThe text was updated successfully, but these errors were encountered: