Merge pull request #10751 from nglee:dev

pull/10765/head
Alexander Alekhin 7 years ago
commit ecbd5b0574
  1. 2
      modules/core/src/cuda_stream.cpp

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

Loading…
Cancel
Save