Skip to main content

sync_threads

Function sync_threads 

Source
pub fn sync_threads()
Expand description

Synchronize all threads in a block/workgroup.

  • CUDA: __syncthreads()
  • WGSL: workgroupBarrier()