Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool2d.cu359 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in TORCH_IMPL_FUNC() local
494 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in TORCH_IMPL_FUNC() local
H A DAdaptiveAveragePooling.cu492 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in adaptive_avg_pool2d_out_cuda_template() local
644 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in adaptive_avg_pool2d_backward_out_cuda_template() local
H A DUpSampleBilinear2d.cu698 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in upsample_gen2d_aa_out_cuda_template() local
797 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in upsample_gen2d_aa_backward_out_cuda_template() local
H A DUpSampleNearest2d.cu280 int* maxThreadsDim = at::cuda::getCurrentDeviceProperties()->maxThreadsDim; in upsample_nearest2d_out_cuda_template() local
/aosp_15_r20/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h200 int maxThreadsDim[3]; /**< Maximum size of each dimension of a block */ member