Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUpSampleBilinear2d.cu699 …int maxThreadsPerBlock = std::min(at::cuda::getCurrentDeviceProperties()->maxThreadsPerBlock, 256); in upsample_gen2d_aa_out_cuda_template() local
/aosp_15_r20/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h199 int maxThreadsPerBlock; /**< Maximum number of threads per block */ member