Home
last modified time | relevance | path

Searched defs:block_work_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dthread_constants.h22 constexpr int block_work_size() { return thread_work_size() * num_threads(); } in block_work_size() function
H A DRangeFactories.cu36 constexpr int block_work_size = thread_work_size * num_threads(); variable