cuda::experimental::stf::no_init

Defined in include/cuda/experimental/__stf/internal/constants.cuh

class no_init

A tag type used in combination with the reduce access mode to indicate that we should not overwrite a logical data, but instead accumulate the result of the reduction with the existing content of the logical data (thus making it a rw access, instead a of a write-only access)