Celeritas
0.5.0-56+6b053cd
|
Public Types | |
using | value_type = std::uint_least64_t |
Number of times launched. | |
Public Member Functions | |
void | log_launch (value_type num_threads) |
Accumulate counters for a kernel launch. | |
Public Attributes | |
std::atomic< value_type > | num_launches {0} |
Number of threads integrated over all launches. | |
std::atomic< value_type > | accum_threads {0} |