Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not support cuda 10.1 in version 1.5.3 ? #918

Open
ericxsun opened this issue Jul 30, 2020 · 1 comment
Open

not support cuda 10.1 in version 1.5.3 ? #918

ericxsun opened this issue Jul 30, 2020 · 1 comment

Comments

@ericxsun
Copy link

ericxsun commented Jul 30, 2020

While using GpuMat (create gpuMat from Mat with gpuMat.upload), I met the following error:

linux-x86_64-gpu/opencv-4.3.0/modules/core/src/cuda/gpu_mat.cu:121: error: (-217:Gpu API call) CUDA driver version is insufficient for CUDA runtime version in function 'allocate'
things version
javacpp 1.5.3
opencv 4.3.0
cuda NVIDIA-SMI 418.126.02 Driver Version: 418.126.02 CUDA Version: 10.1

Any help would be highly appreciated.

@saudet
Copy link
Member

saudet commented Aug 3, 2020

To support old versions of CUDA, you'll need to build from source:
https://github.com/bytedeco/javacpp-presets#build-instructions

That said, we should support multiple versions of CUDA, Python, etc per release, so if you're willing to contribute, please do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants