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
I an tring to build environments based on cuda11.8, however, during compilation, there is a cuda environment fault
"""
OBBDetection/mmdet/ops/nms/src/cuda/nms_kernel.cu:6:10: fatal error: THC/THC.h: No such file or directory
6 | #include <THC/THC.h>
| ^~~~~~~~~~~
compilation terminated.
"""
Is there a solution except degrading cuda version and reinstalling everything? Thank you!
The text was updated successfully, but these errors were encountered:
I an tring to build environments based on cuda11.8, however, during compilation, there is a cuda environment fault
"""
OBBDetection/mmdet/ops/nms/src/cuda/nms_kernel.cu:6:10: fatal error: THC/THC.h: No such file or directory
6 | #include <THC/THC.h>
| ^~~~~~~~~~~
compilation terminated.
"""
Is there a solution except degrading cuda version and reinstalling everything? Thank you!
The text was updated successfully, but these errors were encountered: