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

Issue building NMS for different GPU #107

Open
kleingeo opened this issue Jun 24, 2020 · 0 comments
Open

Issue building NMS for different GPU #107

kleingeo opened this issue Jun 24, 2020 · 0 comments

Comments

@kleingeo
Copy link

kleingeo commented Jun 24, 2020

I was trying to set-up the NMS one my comp (Windows 10) with a GTX 1070. I ran the command below, but got a cl.exe not found error. I then tried to run the script again, but instead of through a normal command prompt, I did it through the Developer Command Promt for VS 2019, which worked with the cl.exe not found error, but I then received a cluster of other errors. What is the approach to properly building the cuda objects? Going through other open and closed issues didn't provide any clear help. Does it have to do with the Cuda version installed?

Edit: I am using the Master branch. Would it better to switch to the update Torch1x branch?

cd cuda_functions/nms_3D/src/cuda/
nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_61
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