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

cmake error #17

Open
sreshu opened this issue Jul 4, 2020 · 4 comments
Open

cmake error #17

sreshu opened this issue Jul 4, 2020 · 4 comments

Comments

@sreshu
Copy link

sreshu commented Jul 4, 2020

CMake Error at yolo2_generated_blas_kernels.cu.o.cmake:266 (message):

@tiagoshibata
Copy link
Member

Can you post the entire error message?

@sreshu
Copy link
Author

sreshu commented Jul 7, 2020

error
@tiagoshibata

@tiagoshibata
Copy link
Member

Which Linux distribution? And which version of CUDA?

Googling around it looks like it's a bug in CUDA 7: https://discuss.pytorch.org/t/installation-error-memcpy-was-not-declared-in-this-scope/1444, https://bugs.gentoo.org/582810 and BVLC/caffe#4046 show this issue and suggest adding -D_FORCE_INLINES to the compiler to work around it. Can you try upgrading CUDA or doing the workaround?

@sreshu
Copy link
Author

sreshu commented Jul 8, 2020

Linux distribution : Ubuntu 16.04 LTS

CUDA version ( using $nvcc --version ) :

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Tue_Aug_11_14:27:32_CDT_2015
Cuda compilation tools, release 7.5, V7.5.17

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