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

Compile Cuda Functions Help #112

Open
kleingeo opened this issue Jul 23, 2020 · 0 comments
Open

Compile Cuda Functions Help #112

kleingeo opened this issue Jul 23, 2020 · 0 comments

Comments

@kleingeo
Copy link

I have been trying to compile the cuda functions with arch=sm_61, but I am having a lot of problems. I have tried on both a Windows (Windows 10) and Linux (Centos 7) system, with different Cuda versions installed, but still do not have any success. Currently, I am running nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_61 on the Centos 7 system, and there is no output of it. No result saying it worked or failed. Similarly, when I run python build.py on nms_3D, there doesn't seem to be anything saying if it worked or didn't. If it does work, what type of result should I see?

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

1 participant