Ask Your Question

strwbrrymlk's profile - activity

2020-06-01 14:12:43 -0600 asked a question access to GpuMat built-in functions from kernel

access to GpuMat built-in functions from kernel I want to implement a custom CUDA kernel that has direct access to the i

2020-05-03 10:40:41 -0600 received badge  Editor (source)
2020-05-03 10:40:41 -0600 edited question OpenCV Error: Gpu API call (unknown error) in upload. error: (-217) unknown error in function upload

OpenCV Error: Gpu API call (unknown error) in upload. error: (-217) unknown error in function upload I am attempting to

2020-05-03 01:12:13 -0600 received badge  Enthusiast
2020-05-02 01:57:50 -0600 asked a question OpenCV Error: Gpu API call (unknown error) in upload. error: (-217) unknown error in function upload

OpenCV Error: Gpu API call (unknown error) in upload. error: (-217) unknown error in function upload I am attempting to

2020-05-01 18:57:39 -0600 marked best answer Which OpenCV and CUDA versions are compatible?

Hello, I want to make custom CUDA kernels that will use images read as Mat types using OpenCV. I have some questions about compatibility of CUDA, OpenCV and my device’s compute capability. I’ve read from many places but I have not had a clear answer. Device: Name: Tesla C2070 Compute capability: 2.0

CUDA version: 9.1

OpenCV version: 3.4

Now, while running a simple CUDA example I came across this error: terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.10-dev) /opt/opencv/modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp:334: error: (-217:Gpu API call) no kernel image is available for execution on the device in function 'call'

I read here it’s because CUDA 9 doesn’t support compute capability 2 (source: https://stackoverflow.com/questions/5... ).

To me, it seems I need to find an appropriate version of CUDA that is both compatible with OpenCV and my device’s compute capability I could find a list of versions of CUDA compatible with a certain compute capability here: https://en.wikipedia.org/wiki/CUDA. However, I see no list saying which CUDA and OpenCV versions are compatible. Is there any such thing? And is this my only option left?

2020-05-01 18:57:39 -0600 received badge  Scholar (source)
2020-05-01 16:09:56 -0600 commented answer Which OpenCV and CUDA versions are compatible?

Thank you for your response! I now installed CUDA 7.5 to work with OpenCV 3.2.

2020-04-21 13:40:56 -0600 asked a question Which OpenCV and CUDA versions are compatible?

Which OpenCV and CUDA versions are compatible? Hello, I want to make custom CUDA kernels that will use images read as Ma

2019-11-22 14:03:43 -0600 commented question ld: library not found for existing opencv libraries OSX

Hello, could you solve this issue? I have been stuck with the same problem for a while.