We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I compile your code located at models/ops, it yield the following error:
models/ops
/Deformable-DETR/models/ops/src/cuda/ms_deform_attn_cuda.cu(134): here /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ error: command '/usr/local/cuda-11.6/bin/nvcc' failed with exit code 1
Do you know how to get rid of this error?
The text was updated successfully, but these errors were encountered:
Solution(s) are provided in this link
Sorry, something went wrong.
No branches or pull requests
Hi,
When I compile your code located at
models/ops
, it yield the following error:Do you know how to get rid of this error?
The text was updated successfully, but these errors were encountered: