Shortcuts

Function ripple::syncthreads

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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples