Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSort.cu71 const auto max_batch = std::max(IndexType{1}, keySlices / min_grid); in sort() local
135 const auto max_batch = std::max(IndexType{1}, keySlices / min_grid); in sort() local