Searched refs:maxThreadsDim (Results 1 – 2 of 2) sorted by relevance
418 Vec3i cv::cuda::DeviceInfo::maxThreadsDim() const in maxThreadsDim() function in cv::cuda::DeviceInfo424 return Vec3i(deviceProps().get(device_id_)->maxThreadsDim); in maxThreadsDim()1010 …dimension of a block: %d x %d x %d\n", prop.maxThreadsDim[0], prop.maxThreadsDim[1], prop.maxTh… in printCudaDeviceInfo()
669 Vec3i maxThreadsDim() const;