sync_threads_or

Function sync_threads_or 

Source
pub fn sync_threads_or(predicate: bool) -> i32
Expand description

Synchronize threads with OR of predicate. Transpiles to: __syncthreads_or(predicate)