Function ripple::syncthreads¶
Defined in File synchronize.hpp
Function Documentation¶
-
auto
ripple
::
syncthreads
() noexcept -> void¶ Synchronizes all active threads in a block on the device.
Not sure if this might cause errors since sm_70 can have divergent branches.
- Note
There is currently something wrong here causing a compiler error for sm_70 when the coalesced_threads() are used, so we have to use the old __syncthreads.