-
Notifications
You must be signed in to change notification settings - Fork 400
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
The support for 3080 or 3090 #88
Comments
I am also trying to make DCNv2 compile on a system with RTX 3070 and CUDA11. Seems like this library does not compile on CUDA with Nvidia compute capability compute_86 (CUDA 11.x) that ampere cards require. Here's a source saying which compute versions support which cards - https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/. |
Thanks, So there is no feasible way to solve it? |
I would like to confirm that I was able to compile and use the the library with this fork https://github.com/MatthewHowe/DCNv2.git Hardware: My conda environment:
My system environment:
|
@limmor1 Thanks! complie successfully through your shared link in RTX 3090 platform! |
I am also can approve this setup for https://github.com/zju3dv/snake on RTX 3090 platform. |
If this is due to the PyTorch issue, I think I know how to fix. |
For those who are still running into this issue, I fixed this by adding an additional argument to tell nvcc which arch I want to build on in the setup script
The original build script is using |
I can confirm that @CaoHoangTung suggestion above worked for me as well. As stated in the README file, I am using a GeForce RTX 3090 Ti plus all dependency versions as defined in the README. |
Hi! I have got a 3090 GPU. However, I find some problems when I compile DCN
The system is Ubuntu 18.04, the version of PyTorch is 1.7.0.
the problem is
nvcc fatal : Unsupported gpu architecture 'compute_86'
I do not know how to do it?
The text was updated successfully, but these errors were encountered: