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 compile NMS and ROI-Align on RTX 3080 #63

Closed
bundle-adjuster opened this issue Jan 19, 2021 · 3 comments
Closed

Unable to compile NMS and ROI-Align on RTX 3080 #63

bundle-adjuster opened this issue Jan 19, 2021 · 3 comments

Comments

@bundle-adjuster
Copy link

Hello team, I was trying to reproduce this on my system with a RTX 3080. But it is failing to compile with arch = sm_86 which is the compute architecture for Ampere based GPUs. Given that is there a way I can get this to work?

@bundle-adjuster
Copy link
Author

nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_86

Fails due to CUDA 9.0 not supporting it. And the pipeline doesn't build on Higher CUDA versions.

@SJingjia
Copy link

SJingjia commented Jul 9, 2021

nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_86

Fails due to CUDA 9.0 not supporting it. And the pipeline doesn't build on Higher CUDA versions.

using arch=sm_61 with RTX 3080Ti can work

@bundle-adjuster
Copy link
Author

nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_86
Fails due to CUDA 9.0 not supporting it. And the pipeline doesn't build on Higher CUDA versions.

using arch=sm_61 with RTX 3080Ti can work

It will work, but it will be extremely slow in data loading. Is there no work around for the same?

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