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

CUDA version with CUDA 11.4 and CUDA 9.0 #5

Open
YerongLi2 opened this issue Mar 31, 2022 · 0 comments
Open

CUDA version with CUDA 11.4 and CUDA 9.0 #5

YerongLi2 opened this issue Mar 31, 2022 · 0 comments

Comments

@YerongLi2
Copy link

YerongLi2 commented Mar 31, 2022

Yes, I also got the CUDA version issue, the error message I am getting is

ImportError: /home/wentaoy2/LTVRR/lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaRegisterFatBinaryEnd

Which CUDA version are you using?
And the version of CUDA and pytorch I am on is

$ pip list| grep torch
torch 0.4.1.post2
torchvision 0.1.8
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Mon_Oct_11_21:27:02_PDT_2021
Cuda compilation tools, release 11.4, V11.4.152
Build cuda_11.4.r11.4/compiler.30521435_0
(vr) wentaoy2@bock:~/LTVRR$

I also tried CUDA-9.0 and got simiar issures:

File "/home/wentaoy2/LTVRR/lib/model/roi_pooling/functions/roi_pool.py", line 3, in <module>
   from .._ext import roi_pooling
File "/home/wentaoy2/LTVRR/lib/model/roi_pooling/_ext/roi_pooling/__init__.py", line 3, in <module>
   from ._roi_pooling import lib as _lib, ffi as _ffi
ImportError: /home/wentaoy2/LTVRR/lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaRegisterFatBinaryEnd

    $ nvcc --version
    nvcc: NVIDIA (R) Cuda compiler driver
    Copyright (c) 2005-2017 NVIDIA Corporation
    Built on Fri_Sep__1_21:08:03_CDT_2017
    Cuda compilation tools, release 9.0, V9.0.176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant