-
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
DCNv2/src/cuda/dcn_v2_cuda.cu(107): error: identifier "THCState_getCurrentStream" is undefined #57
Comments
@jinfagang i have the same problem, have you solved this problem? |
Using my fork: https://github.com/jinfagang/DCNv2_latest |
@jinfagang It works! Thank you very much! |
Unfortunately it did not work for me |
@jinfagang What alterations did you make in your repo? |
Upgrade torch 1.5 |
I tried that. I still end up getting that same problem. Which CUDA/gcc version are you using? |
I only got this with torch 1.4 or > 1.4 Using my fork I solved my problem. |
how about try this:
|
torch 1.5
The text was updated successfully, but these errors were encountered: