Searched defs:block_work_size (Results 1 – 2 of 2) sorted by relevance
22 constexpr int block_work_size() { return thread_work_size() * num_threads(); } in block_work_size() function
36 constexpr int block_work_size = thread_work_size * num_threads(); variable