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

RuntimeError: modulated_deformable_im2col_impl: implementation for device cuda:0 not found. #88

Open
qingwan7 opened this issue Nov 29, 2023 · 2 comments

Comments

@qingwan7
Copy link

I have the following problems when I run"sh samples/bevformer/plugin/base/pth2onnx.sh", how can I solve them?
RuntimeError: modulated_deformable_im2col_impl: implementation for device cuda:0 not found.

@gujiewen
Copy link

I met this problem before, and I fix it with installing mmcv with FORCE_CUDA="1" and MMCV_WITH_OPS=1. Hope it helps you.

ENV FORCE_CUDA="1"

@qingwan7
Copy link
Author

I installing mmcv with FORCE_CUDA="1" and MMCV_WITH_OPS=1,But meet this error also。
Can you give me onnx with custom plugin,I want to try run it on orin by trtexec(BSW if it can)~

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