Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DShape.cu61 unsigned int thread_blocks = ceil_div(max_threads, threads_per_block); in getCatGridRocm() local
85 unsigned int thread_blocks = ceil_div(max_threads, threads_per_block); in getCatGridContig() local