Searched defs:maxGridSize (Results 1 – 4 of 4) sorted by relevance
493 int* maxGridSize = at::cuda::getCurrentDeviceProperties()->maxGridSize; in adaptive_avg_pool2d_out_cuda_template() local645 int* maxGridSize = at::cuda::getCurrentDeviceProperties()->maxGridSize; in adaptive_avg_pool2d_backward_out_cuda_template() local
700 int* maxGridSize = at::cuda::getCurrentDeviceProperties()->maxGridSize; in upsample_gen2d_aa_out_cuda_template() local802 int* maxGridSize = at::cuda::getCurrentDeviceProperties()->maxGridSize; in upsample_gen2d_aa_backward_out_cuda_template() local
281 int* maxGridSize = at::cuda::getCurrentDeviceProperties()->maxGridSize; in upsample_nearest2d_out_cuda_template() local
201 int maxGridSize[3]; /**< Maximum size of each dimension of a grid */ member