pub fn sync_threads_or(predicate: bool) -> i32
Synchronize threads with OR of predicate. Transpiles to: __syncthreads_or(predicate)
__syncthreads_or(predicate)