[Documentation](https://software.intel.com/en-us/articles/opencv-30-architecture-guide-for-intel-inde-opencv) states that >The actual UMat data can be located in a> regular system memory, dedicated video> memory, or shared memory.
Is it possible to force memory allocation on CPU rather that GPU? Can [the dispatcher API](https://software.intel.com/en-us/articles/intel-inde-opencv-dispatcher-api-tutorial) handle it?
↧