You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
In the recent commit, "OptionalCUDAGuard" is added in mmdet3d/ops/bev_pool/src/bev_pool.cpp. I just wonder what is the purpose of this module?
I built the code in the old version (without OptionalCUDAGuard). Will this cause some potential errors?
Thanks,
Fuzhi
The text was updated successfully, but these errors were encountered:
This will not cause potential errors if you are not debugging the single BEV pooling op. OptionalCUDAGuard is related to the discussions in this issue.
Hi Haotian,
In the recent commit, "OptionalCUDAGuard" is added in mmdet3d/ops/bev_pool/src/bev_pool.cpp. I just wonder what is the purpose of this module?
I built the code in the old version (without OptionalCUDAGuard). Will this cause some potential errors?
Thanks,
Fuzhi
The text was updated successfully, but these errors were encountered: