OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
scan.hpp File Reference
#include "../common.hpp"
#include "warp.hpp"
#include "shuffle.hpp"

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::cudev

Macros

#define OPENCV_CUDEV_WARP_SCAN_HPP

Functions

template<typename T>
__device__ __forceinline__ T cv::cudev::warpScanExclusive (T data, volatile T *smem, uint tid)
template<typename T>
__device__ T cv::cudev::warpScanInclusive (T data, volatile T *smem, uint tid)

Macro Definition Documentation

◆ OPENCV_CUDEV_WARP_SCAN_HPP

#define OPENCV_CUDEV_WARP_SCAN_HPP