OpenCV  4.1.0
Open Source Computer Vision
Macros
cuda/utility.hpp File Reference
#include "saturate_cast.hpp"
#include "datamov_utils.hpp"

Macros

#define OPENCV_CUDA_LOG_MEM_BANKS   ((__CUDA_ARCH__ >= 200) ? 5 : 4)
 
#define OPENCV_CUDA_LOG_WARP_SIZE   (5)
 
#define OPENCV_CUDA_MEM_BANKS   (1 << OPENCV_CUDA_LOG_MEM_BANKS)
 
#define OPENCV_CUDA_WARP_SIZE   (1 << OPENCV_CUDA_LOG_WARP_SIZE)
 

Detailed Description

Deprecated:
Use Device layer instead.

Macro Definition Documentation

#define OPENCV_CUDA_LOG_MEM_BANKS   ((__CUDA_ARCH__ >= 200) ? 5 : 4)
#define OPENCV_CUDA_LOG_WARP_SIZE   (5)
#define OPENCV_CUDA_MEM_BANKS   (1 << OPENCV_CUDA_LOG_MEM_BANKS)
#define OPENCV_CUDA_WARP_SIZE   (1 << OPENCV_CUDA_LOG_WARP_SIZE)