Shared memory reduction using atomic counter. Last thread through does serial reduction and returns true, signaling value is ready for consumption. More...
Public Types | |
using | value_type = T |
using | size_type = std::size_t |
using | operator_type = BinaryOperation |
Shared memory reduction using atomic counter. Last thread through does serial reduction and returns true, signaling value is ready for consumption.