enable fast integral for Kepler
This commit is contained in:
parent
9b251f8130
commit
27eb2e27db
@ -553,7 +553,7 @@ void cv::gpu::integralBuffered(const GpuMat& src, GpuMat& sum, GpuMat& buffer, S
|
||||
|
||||
src.locateROI(whole, offset);
|
||||
|
||||
if (false && info.supports(WARP_SHUFFLE_FUNCTIONS) && src.cols <= 2048)
|
||||
if (info.supports(WARP_SHUFFLE_FUNCTIONS) && src.cols <= 2048)
|
||||
{
|
||||
GpuMat srcAlligned;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user