mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
ocl: OpenCL SVM support
This commit is contained in:
@@ -159,8 +159,9 @@ void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t s
|
||||
memcpy(ptrs[1], ptrs[0], planesz);
|
||||
}
|
||||
|
||||
BufferPoolController* MatAllocator::getBufferPoolController() const
|
||||
BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const
|
||||
{
|
||||
(void)id;
|
||||
static DummyBufferPoolController dummy;
|
||||
return &dummy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user