Merge pull request #10751 from nglee:dev

This commit is contained in:
Alexander Alekhin 2018-02-02 10:48:49 +00:00
commit ecbd5b0574

View File

@ -552,7 +552,7 @@ Stream cv::cuda::StreamAccessor::wrapStream(cudaStream_t stream)
namespace
{
bool enableMemoryPool = true;
bool enableMemoryPool = false;
class StackAllocator : public GpuMat::Allocator
{