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

undefined symbol: __cudaPopCallConfiguration #58

Open
DasReich opened this issue Nov 10, 2019 · 1 comment
Open

undefined symbol: __cudaPopCallConfiguration #58

DasReich opened this issue Nov 10, 2019 · 1 comment

Comments

@DasReich
Copy link

DasReich commented Nov 10, 2019

Hi,when i tried to run demo.py in mono branch,an error occured:
Traceback (most recent call last):
File "demo.py", line 30, in
from model.nms.nms_wrapper import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_wrapper.py", line 10, in
from model.nms.nms_gpu import nms_gpu
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_gpu.py", line 4, in
from ._ext import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration
The environment is the same as you provided and "sh make.sh" was successful.Hope you could give me the answer,thanks.

@ycj1124
Copy link

ycj1124 commented Oct 18, 2021

same questions. did you find the solution?

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

2 participants