GPUMat error with CUDA 8.0

asked 2016-10-20 07:51:00 -0600

I'm trying to use OpenCV 3.1 with CUDA8.0 (statically linked). However, whenever I try to use any CUDA functionality, an exception is thrown during allocation . I have the exact same setup with CUDA 7.5 that works perfectly, and my installations are mirrors of each other. The nvidia CUDA samples do work, and the initialization of the cudev tests does show my hardware, but none of the cuda related tests run. Has anyone else seen anything like this?

edit retag flag offensive close merge delete