1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #10751 from nglee:dev

This commit is contained in:
Alexander Alekhin
2018-02-02 10:48:49 +00:00
+1 -1
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
{