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

__ext.so error: undefined symbol: __cudaRegisterFatBinaryEnd #61

Open
RonDen opened this issue Aug 25, 2021 · 1 comment
Open

__ext.so error: undefined symbol: __cudaRegisterFatBinaryEnd #61

RonDen opened this issue Aug 25, 2021 · 1 comment

Comments

@RonDen
Copy link

RonDen commented Aug 25, 2021

Hi, I have encountered the same problems mentioned in this issue.
Can you give me some detail on how to solve this?

I have tried to create a new conda evironment with python=3.5, torch==0.4, and successfully build the bn.o and __ext.so files.
But when I use command python test, I got the same error.
I tried to delete the __ext.so file and rebuild, but the same error again and again.

What you mean about the multiple environments, and how to clean the environment?

@aPlutoBoy
Copy link

Hi, I have faced the same error and I finally find that this is mainly because the version of CUDA and your torch are not match. As for me, using torch==0.4.1 and cuda = 9.0 is fine.

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