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

Unable to build correlation layer #2

Open
issakh opened this issue Sep 1, 2021 · 2 comments
Open

Unable to build correlation layer #2

issakh opened this issue Sep 1, 2021 · 2 comments

Comments

@issakh
Copy link

issakh commented Sep 1, 2021

Hi, I have tried to build the correlation layer, however, it keeps on failing.
This is the error I get:
error: command '/usr/bin/nvcc' failed with exit status 1

Both cuda and nvcc versions are 11.0, pytorch 1.7. The gpu I use is a 2080Ti
Any ideas on how to solve this issue?
Thanks

@JunHeum
Copy link
Owner

JunHeum commented Sep 2, 2021

Hi,

Could you please post the GCC version?
The minimum recommended GCC compiler is at least GCC 6 due to C++11 requirements in CUDA-11.0 libraries.

We only tested on Ubuntu 16.04 and 18.04 with GCC 7.5.0.

@issakh
Copy link
Author

issakh commented Sep 2, 2021 via email

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