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 #3

Open
Prudhvinik1 opened this issue Jun 9, 2019 · 1 comment
Open

undefined symbol: __cudaPopCallConfiguration #3

Prudhvinik1 opened this issue Jun 9, 2019 · 1 comment

Comments

@Prudhvinik1
Copy link

Prudhvinik1 commented Jun 9, 2019

Traceback (most recent call last):
File "tools/train_net_step_rel.py", line 31, in
from modeling_rel.model_builder_rel import Generalized_RCNN
File "/content/ContrastiveLosses4VRD/lib/modeling_rel/model_builder_rel.py", line 17, in
from model.roi_pooling.functions.roi_pool import RoIPoolFunction
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/functions/roi_pool.py", line 3, in
from .._ext import roi_pooling
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/init.py", line 3, in
from ._roi_pooling import lib as _lib, ffi as _ffi
ImportError: /content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaPopCallConfiguration

Could you help me figure out this error?

@ChandanVerma
Copy link

This error usually arrives due to the mismath in the cuda version installed on the system and cuda version working in your environment.
You might have CUDA 10.0 configured on your system and you are using CUDA 9.x in your working environment

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